[swfmill] useNetwork bug?
INADA Naoki
inada-n at klab.org
Mon Mar 17 05:40:03 PDT 2008
<del>
> And swfmill copies your <FileAttributes> tag into in.xml
</del>
And swfmill copies your <FileAttributes> tag from in.xml into out.swf
Naoki INADA wrotes:
> Okey. I catch it.
>
> It's very simple problem.
> swfmill makes <FileAttributes> tag from attributes in <movie> tag when
> using simple dialect.
> And swfmill copies your <FileAttributes> tag into in.xml
> You should put local-access="network" attribute into <movie> tag.
>
> For example, you should modify in.xml like following.
>
> <?xml version="1.0" encoding="iso-8859-1" ?>
> -<movie width="550" height="400" framerate="40" version="8">
> - <FileAttributes hasMetaData="0" useNetwork="1" />
> +<movie width="550" height="400" framerate="40" version="8"
> local-access="network">
> <background color="#000000"/>
> <frame>
>
> _______________________________________________
> swfmill mailing list
> swfmill at osflash.org
> http://osflash.org/mailman/listinfo/swfmill_osflash.org
>
>
More information about the swfmill
mailing list