<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@osflash.org
> http://osflash.org/mailman/listinfo/swfmill_osflash.org
> 
> 

_______________________________________________
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to