Actionscript not running in nested MovieClips in Swf loaded into AIR app.
- by Stray
I'm loading content swfs into an Air App.
The swfs are loaded into the non-app sandbox, and any communication is via the parent/child sandbox bridge.
The swfs have timeline code. This code executes fine.
The swfs also have mcs on the timeline - any code inside these mcs, or any child mcs of these mcs, is ignored. Simple traces do not execute below the top level timeline of the loaded swfs.
I have tried naming the child mcs. I have tried exporting them in the library. Neither makes any difference.
When I run the swf standalone, I see my diagnostic traces. When I load the swf, I only see the traces for the top level timeline.
Air app is v1.5
Any clues? I've been bashing into this brick wall for several hours now...