[swfmill] useNetwork bug?
Naoki INADA
songofacandy at gmail.com
Tue Mar 11 08:39:31 PDT 2008
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
More information about the swfmill
mailing list