Is it possible to use movie clips/symbols created in Macromedia:s Flash 8 professional with swfmill?
I have made a siple animated movie clip in th Flash IDE and now I try to import it and place it on the scene using:
<movie width="320" height="240" framerate="30">
<background color="#ffffff"/>
<clip import="build/classes.swf" />
<frame>
<library>
<clip id="Cross" import="lib/ctross.swf"/>
</library>
<place id="Cross" name="ctross" x="15" y="15" depth="1000" />
</frame>
</movie>
The symbol is called Cross that is in the ctross.swf and set it's linkage to "Export to actionscript" and "Export in first frame".
I'm using Eclipse, mtasc, as2ant, and swfmill.
Robert
_______________________________________________ swfmill mailing list swfmill@osflash.org http://osflash.org/mailman/listinfo/swfmill_osflash.org