Hi, I am new to swfmill so please excuse my ignorance :) I have a SWF file
containing a number of movieclips, exported for ActionScript and placed in
the stage with instance names. I need to embed that SWF into another one
generated with SWF and place that movieclips in it. I tried this:

<?xml version="1.0" encoding="iso-8859-1" ?>
<movie width="320" height="240" framerate="16">
<background color="#ffffff"/>
<frame>
<library>
  <clip id="alien_animations" import="alien_animations.swf" />
</library>

<place id="left" depth="2"/> <!-- doesn't work :( -->
<place id="alien_animations.left" depth="1"/> <!-- doesn't work :( -->
</frame>

</movie>

Is it possible to achieve what I want? How?
_______________________________________________
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to