[swfmill] embedding as3/flash9 swf problem
Will
will at tekimaki.com
Sat Dec 29 18:43:55 PST 2007
thanks sweet! I'll have to check out from svn.
just one question, will things work if trying to combine as3 files with
non-as3 files? for like compiling a library swf of other swfs and
assets, some as3 some not?
Ralf Fuest wrote:
> Thanks for sending me the files. Your problem was caused by a wrong
> FileAttributes tag, wich was discussed in the useNetwork bug thread some
> days ago. I've applied dan's patch from this thread, wich fixes this
> problem.
> There was an additional problem with your files, because swfmill didn't
> recognize that the swf files contain as3. So I've added a new parameter
> to the movie tag called as3, that needs to be set when you import as3
> files.
>
> Here is a corrected version of your test file, wich works with a svn
> build:
>
> <?xml version="1.0" encoding="iso-8859-1" ?>
>
> <movie width="500" height="400" as3="1" framerate="12" version="9">
> <background color="#cccccc"/>
> <frame>
> <library>
> <clip id="Foo" import="AS3Class.swf"/>
> </library>
>
> <place id="Foo" x="0" y="0" depth="1"/>
> </frame>
> </movie>
>
> Ralf
>
>
> _______________________________________________
> swfmill mailing list
> swfmill at osflash.org
> http://osflash.org/mailman/listinfo/swfmill_osflash.org
>
More information about the swfmill
mailing list