[swfmill] Splitting simple dialect in several files
Ralf Fuest
ralf-fuest at gmx.de
Mon Apr 21 08:03:07 PDT 2008
Thanks for the test files.
There is a bug in the include feature. The include tag doesn't work
correctly inside a library tag. But you can easily rewrite your code:
testResource.xml:
<?xml version="1.0" encoding="UTF-8" ?>
<movie version="9">
<ScriptLimits maxRecursionDepth="256" timeout="1000"/>
<frame>
<include file="incl.xml"/>
</frame>
</movie>
incl.xml:
<movie>
<library>
<clip id="icon" import="image.swf"/>
</library>
</movie>
Ralf
> Ok, here is a simple test.
More information about the swfmill
mailing list