Hi,
not really a problem at the moment, though it could end up being..

i am writing a flash app. which has a fair number of variables and arrays on the go, but nowhere near enough to cause problems. Except, flash seems to have imposed a limit on the number of arrays i can initialise in one frames actions. Most peculiar.

i had something like 12 array initilisations such as
temparray=new Array();

and the swf started misbehaving. however, upon removing one of the declarations and placing it in the next frame, no problems at all.

consequently i have shifted all those that can be shifted, cos im gonna have quite a few more that need to be in the first frame. However, at some point it is more than likely the same thing will happen again..

anybody got any ideas what's causing this??

bob

http://www.sensoriumdesign.net/