[Flashcoders] Is this error prone? [loading multiple images]

2009-07-07 Thread Joel Stransky
I'm wondering if I can use a for loop to create local Loader objects, assign listeners to their LoaderInfo objects without overwriting any of them and still be able to clean up after. Say I have the following inside a function body var img:Loader = new Loader(); img.contentLoaderInfo.addEventList

Re: [Flashcoders] AS3 Loader failing under 10,0,22,87

2009-07-07 Thread Andrew Sinning
This problem appears to be related to a bug in the Array method "forEach" which I have posted in a separate thread. Reading through some archives on other forums, it looks like there are/were some known issues with the Loader object getting garbage collected if no instance of it were on stage.

Re: [Flashcoders] Error #1107 in player 10,0,22,87

2009-07-07 Thread Glen Pike
http://bugs.adobe.com/jira/ Andrew Sinning wrote: How do I report this bug? After updating to player 10,0,22,87 (both the debug player and the standard player), I am getting the following error when calling the built-in "forEach" method on an array. It doesn't happen every time, but it does

[Flashcoders] Error #1107 in player 10,0,22,87

2009-07-07 Thread Andrew Sinning
How do I report this bug? After updating to player 10,0,22,87 (both the debug player and the standard player), I am getting the following error when calling the built-in "forEach" method on an array. It doesn't happen every time, but it does happen consistently. VerifyError: Error #1107:

Re: [Flashcoders] GIF -IMAGE LOADING

2009-07-07 Thread Karl DeSaulniers
Hey there Yuva, I would suggest doing a google for "mc_tween2.as" or "flash tweening" and look for a link with the mc_tween2 in it. You can tween your MCs with this #include file. Not to hard to get a hold of how to use and is in AS2. HTH Karl DeSaulniers Design Drumm http://designdrumm.com On