Hi, Im very noob on away3d, i downloaded all the examples of the repository and the last verison of away3d.
I was trying several examples like loader3dstest that has the next line
_container.load(new URLRequest('assets/models/f360.3ds'));
And always in all the examples i get i got the same result, an error is throwed in the assetLibrary line 568
private function onDependencyRetrievingError(event : LoaderEvent) : void
{
var ext:String = event.url.substring(event.url.length-4, event.url.length).toLowerCase();
if (hasEventListener(LoaderEvent.LOAD_ERROR)){
dispatchEvent(event);
}
else throw new Error(event.message);
}
What can i do, i archieve to compile other examples like the basic_OBj and more examples but nothing with the line with the urlrequest
Im using flashdevelop 4