[swfmill] I got error: "doesn't seem to be a swfml file"
Mark Winterhalder
mark13 at gmail.com
Tue Nov 15 10:16:33 EST 2005
hi Srdjan,
swfmill uses two different kinds of xml.
when you use it like this:
> swfmill xml2swf test.xml test.swf
then it expects the sort of swfml dialect it gives you when you
transform an SWF to XML (swf2xml), called swfml-ll (for "lowlevel",
formerly known as "basic").
what you want to use is swfml-s ("simple", a more human readable
dialect introduced later). so, your command line should be:
swfmill simple test.xml test.swf
hth,
mark
On 11/15/05, Srdjan Arsic <srdjanarsic at gmail.com> wrote:
> I make one xml with next content(test.xml):
> <?xml version="1.0" encoding="iso-8859-1" ?>
> <movie width="320" height="240" framerate="12">
> <background color="#ffffff"/>
> <frame/>
> </movie>
>
>
> and start line comand:
> swfmill xml2swf test.xml test.swf
>
>
> and got error message:
> doesn't seem to be a swfml file
> no SWF loaded to save
>
>
> I am on Windows XP
>
>
> What I forgot to do?
>
> _______________________________________________
> swfmill mailing list
> swfmill at osflash.org
> http://osflash.org/mailman/listinfo/swfmill_osflash.org
>
--
http://snafoo.org/
jabber: mark13 at jabber.org.uk
More information about the swfmill
mailing list