|
When you use addChild or addChildAt to place animations at runtime, you'll
need to check the component and all it's containing movieclips in the
appropriate Library folder to see which ones are exported for actionscript.
For those which are, you need to select "export in first frame"
to make sure the scripting code is included in the .swf. If you fail to
do this, it will not work
|