I believe you can combine SWFs into one ouput SWF.  Or are you wanting to
access this movieclips?  It's been a while since I used SWFMILL, but I have
some example files that use SWFMILL in a way that compiles art assets, xml
code, and a main SWF, all into one output SWF.  If that could help you,
please let me know.  +n

On Tue, Jun 21, 2011 at 6:58 AM, Miguel Santirso <tirso...@gmail.com> wrote:

> 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
>
>
_______________________________________________
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to