Actionscript not running in nested MovieClips in Swf loaded into AIR app.

Posted by Stray on Stack Overflow See other posts from Stack Overflow or by Stray
Published on 2010-04-26T17:08:38Z Indexed on 2010/04/26 17:13 UTC
Read the original article Hit count: 255

Filed under:
|

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...

© Stack Overflow or respective owner

Related posts about actionscript-3

Related posts about air