Hello everyone.
I am trying to compile an example from physics pack, but I am facing couple problems. I am using necessary .swc libraries, but I stll have such issues:
Error: Error #2032: Stream Error. URL: file:///assets/scene.obj
at away3d.loaders::AssetLoader/onRetrievalFailed()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at away3d.loaders.misc::SingleFileLoader/handleUrlLoaderError()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
I have this problem because of this lines:
var _loader : Loader3D = new Loader3D();
_loader.load(new URLRequest(’/assets/scene.obj’));
_loader.addEventListener(LoaderEvent.RESOURCE_COMPLETE, onSceneResourceComplete);
I will be very grateful if you will point on my mistake.
Thanks.
Yours faithfully,
garynich.