Hello all,

I'm writing a script to wrap a swf file around another
swf using the natural entry point method, but I'm
having some problems getting it working on CentOS
(works fine on Windows).

Here's my xml file --

<?xml version="1.0" encoding="iso-8859-1"?>
<movie width="1000" height="600" framerate="30">
        <background color="#ffffff"/>
        <clip import="/my/dir/app.swf" />
        <frame>
                <library>
                        <clip id="Application" class="Application" />
                        <clip id="Presentation"
import="/my/dir/presentation.swf" />
                </library>
            <place id="Application" name="app" x="0" y="0"
depth="1000" />
        </frame>
</movie>

I compiled from the latest stable source on CentOS and
ran the following commands --

/usr/local/bin/swfmill simple /my/dir/nep.xml
/my/dir/test.swf

But all I got was a whole bunch of this...

XPath error : Undefined variable
compilation error: element Symbol
Attribute template name: failed to compile $linkage-id
XPath error : Undefined variable
compilation error: element Symbol
Attribute template name: failed to compile $method
XPath error : Undefined namespace prefix
svg:flowRegion/svg:rect/@x * 20

Any idea what might be wrong?

Thanks,
Denny


      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

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

Reply via email to