[swfmill] useNetwork bug?
Naoki INADA
songofacandy at gmail.com
Mon Mar 17 05:19:33 PDT 2008
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>
More information about the swfmill
mailing list