Automatically declare stage instances not happenning on Ipad with loaded swfs
Hi All,
Im having a problem where i have a testing an IPK on an iPad. The IPK is an AS3 AIR26 package that includes several swfs.
What has happens to some of the swfs is that movie clips are losing their instances even though “automatically declare stage instances" is selected.
This only happen on the ipad, and only some of the swfs loaded.
A simple example of whats happenning (only to some of the swfs)
I create a simple MC.
Drop it in and give it a instance name "randomMC.
Add a trace(randomMC)
Publish the swf as as3 / FP 20
Publish shell as IPK / Air 26
And on the ipad the debugger return null.
I having to go through the loaded swf and declare the following to
randomMC = this['randomMC']
trace(randomMC)
What am i doing wrong? Is it a publish setting?
