[swfmill] Tag Fields, Types & swfmill simple tags...
Mehdi Ahmadi @ The JD Project
mahmadi at jdproject.com
Thu Oct 11 14:48:34 PDT 2007
I have a very simple .xml similar to that in the examples:
<!-- ----------------- -->
<?xml version="1.0" encoding="UTF-8" ?>
<movie width="320" height="240" framerate="12">
<background color="#ffffff"/>
<font id="nasim" import="nasim.ttf" />
</movie>
Now it compiles fine and produces the SWF with the right content
But when try go SWF2XML I get :
WARNING: end of tag DefineFont2 is @25327, should be @25322
[BTW the XML above doesnt seem to be the problem. However when putting
the tag a little lower amongst other components & stuff the later number
@blablabla does change]
How comes?...
I really need the same XML structure back to be able to modify / alter
it so as to re-compile it.
More information about the swfmill
mailing list