[swfmill] Extending existing swf

Krzysztof Różalski lists at krzysztof-rozalski.com
Mon Feb 4 06:52:03 PST 2008


Michael Pliskin pisze:
> Hello list,
>
>   is there a way to make swfmill add resources into an existing swf
>   instead of making a new one? What I need is to make an swf (version
>   9) containing:
>    - compiled AsWing A3 library (pure AS3 code)
>    - some resources (i.e. graphics)
>
>   I am looking for a way to add graphics into already compiled
>   aswing.swf (made by compc from Flex2 SDK). Any pointers here?
>
>   
Hi Michael,
I usually do this by combining two or more swfs. Sth like that:

<movie>
   <clip id="aswing_as3" import="aswing_as3.swf"/>
   <clip id="some_assets" import="assets.swf" />
   <clip id="componentsTheme" import="theme.swf" />
   <frame>
       <library>
       </library>
   </frame>
</movie>

So basically no need to add resources into existing swf - just make 
another out of them.
Hope that is what are you looking for...

Christopher





More information about the swfmill mailing list