@John:
I see, the event doesn't fire? Thanks for clarifying the problem. I
will look into this.

/R


On Jun 1, 11:12 am, John Brookes <[email protected]> wrote:
> var context : AssetLoaderContext = new AssetLoaderContext();
> context.mapUrlToData('images/polySurface1.jpg', new treeBranchIMG());
>
> Loader3D.enableParser(AWD1Parser);
> loader = new Loader3D();
>             loader.addEventListener(LoaderEvent.RESOURCE_COMPLETE,
> onLoadComplete);
> loader.load(new URLRequest('../src/Models/ScotsPine/ScotsPine.awd'), null,
> context);
>
> Works, image replaced
>
> BUT Im embedding the awd and images
> swapping loader.load for
> loader.parseData(new awdFile(),null,context)
>
> No oncomplete fires

Reply via email to