[swfmill] useNetwork bug?
Quentin
quentin.t at gmail.com
Tue Mar 11 10:49:36 PDT 2008
Yes, for complex SWFs it didn't act the same...
I also have the SVN version!
I'll send some files that won't work for you to test.
Thanks!
Quentin.
On Tue, Mar 11, 2008 at 4:39 PM, Naoki INADA <songofacandy at gmail.com> wrote:
> I tried following.
>
> 1. child.xml
> <?xml version="1.0" encoding="utf-8" ?>
> <movie width="320" height="240" framerate="12">
> <FileAttributes hasMetaData="0" useNetwork="0"/>
> <background color="#ffffff"/>
> <frame/>
> </movie>
>
> 2. parent.xml
> <?xml version="1.0" encoding="utf-8" ?>
> <movie width="320" height="240" framerate="12">
> <FileAttributes hasMetaData="0" useNetwork="1"/>
> <background color="#ffffff"/>
> <frame>
> <library>
> <clip import="child.swf" id="foo"/>
> </library>
> <place id="foo"/>
> </frame>
> </movie>
>
> 3. compile it.
> > swfmill simple child.xml child.swf
> > swfmill simple parent.xml parent.swf
> > swfmill swf2xml parent.swf out.xml
>
> 4. I got out.xml
> <?xml version="1.0"?>
> <swf version="7" compressed="1">
> <Header framerate="12" frames="1">
> <size>
> <Rectangle left="0" right="6400" top="0" bottom="4800"/>
> </size>
> <tags>
> <FileAttributes hasMetaData="0" useNetwork="1"/>
> <SetBackgroundColor>
> <color>
> <Color red="255" green="255" blue="255"/>
> </color>
> <!-- snip -->
>
>
> There is only one <FileAttributes/> tag.
> Does something different?
> I tried this with swfmill from svn. May I try again with swfmill that
> same yours?
>
> On Tue, Mar 11, 2008 at 11:28 PM, Quentin <quentin.t at gmail.com> wrote:
> > Damn, it seems like I'm the only one waiting for this.
> > Noaki, did you find a clue?
> >
> > Quentin.
> >
> > _______________________________________________
> > swfmill mailing list
> > swfmill at osflash.org
> > http://osflash.org/mailman/listinfo/swfmill_osflash.org
> >
> >
>
> ---
> INADA Naoki
>
> _______________________________________________
> swfmill mailing list
> swfmill at osflash.org
> http://osflash.org/mailman/listinfo/swfmill_osflash.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/swfmill_osflash.org/attachments/20080311/f5d3c400/attachment.html
More information about the swfmill
mailing list