Hi, I'm a complete newbie to both flash and swfmill.
I'm trying to convert an svg file to swf, i have a file like this
<?xml version="1.0" encoding="iso-8859-1" ?> <movie width="400" height="400" framerate="12"> <background color="#ffffff"/> <frame name="myFrame"> <library> <clip id="foobar" import="squiggle3.svg"/> </library> <!-- place "foobar" onto the stage --> <place id="foobar" name="myFoobar" x="10" y="10" depth="1"/> </frame> </movie>
.
which runs thru fine making a 4kb swf file, but when I play it I just get a wite screen. what do i need to add to actual show the picture when i play the swf file? thanks in advance. William Pearson
_______________________________________________ swfmill mailing list [email protected] http://osflash.org/mailman/listinfo/swfmill_osflash.org
