This content has been marked as final.
Show 3 replies
-
1. Re: loaderinfo Event.COMPLETE not being called infirefox.. sometimes?
SlickRik May 6, 2010 3:24 AM (in response to SlickRik)update : no update, still can't find a solution to thios HUGELY paralysing
yet probably simple problem
Is there anyone out there who has the slightest clue WHY this might be happening or come across something similar before?
-
2. Re: loaderinfo Event.COMPLETE not being called infirefox.. sometimes?
dmeN May 6, 2010 4:48 AM (in response to SlickRik)From what I can see you can probably just ditch the listener and move the stuff from loaderComplete into the constructor. loaderInfo.parameters are available right away - I always grab them straight in the constructor.
If you keep the listener for some reason you might try listening for Init rather than Complete... but again for what you're doing it's not needed.
-
3. Re: loaderinfo Event.COMPLETE not being called infirefox.. sometimes?
SlickRik May 6, 2010 4:51 AM (in response to SlickRik)solved, app was running too quickly so change to Event.ADDED_TO_STAGE and now works fine

