nobody has a solution...

On 12 Okt., 19:03, martin <[email protected]> wrote:
> hello @all,
> here, thePhenom decribe my problem 
> too:http://groups.google.com/group/away3d-dev/browse_thread/thread/2ee9ba...
>
> i parse my collada file with the parser loader because i generate the
> collada-data dynamic.
> how can i create events to control the success of the loading!?
> i try this but it not working:
>                         var loader:Loader3D;
>                         loader = Collada.parse(file.content, {scaling:30,
> material:texture}) as Loader3D;
>                         loader.addOnSuccess(parsedone);
>                         view.scene.addChild(loader);
> the event doesn't trigger...
> rob u mean i should "cast the returned ObjectContainer3D to
> Object3DLoader and
> proceed as normal". how should i cast that i can use the parse loader
> like a load loader?
> thx
> martin

Reply via email to