[swfmill] How to do this in "basic/simple" swfmill

Robert Edgar robert.edgar at epresenterplus.com
Sun Oct 7 20:15:01 PDT 2007


I need to add the following into a "basic/simple" syntax swfmill xml file,
but not sure how to do that

 	<DefineSprite objectID="3" frames="1">
        <tags>
          <ShowFrame/>
          <End/>
        </tags>
      </DefineSprite>
      <Export>
        <symbols>
          <Symbol objectID="3" name="Test"/>
        </symbols>
      </Export>


The simple file look like this..
<?xml version="1.0"?>
<movie version="8" width="320" height="240" framerate="24">
	<frame>
		<library>
			<clip id="Bg.png" import="Bg.png"/>
		</library>
	</frame> 
</movie>


Thanks





More information about the swfmill mailing list