Hi list,
sorry for the lame question, but I've been looking all afternoon for a way
to embed several swf files togeteher as libraries, and I can't get it
working. The swf generated weights less than a hundred bytes ...
Here is the file I try to compile:
<?xml version="1.0" encoding="iso-8859-1" ?>
<movie width="320" height="240" framerate="12">
<background color="#ffffff"/>
<frame>
<library>
</library>
<import file="AsWing-org.swf" url="http://localhost/AsWing-org.swf"/>
</frame>
</movie>
Here is the command line:
swfmill -v simple link.swfml library.swf
This library.swf file is nearly empty, whereas I expected it to contain the
AsWing-org.swf within it.
If everythings seems fine up to here, then my problem might be a bit more
complicated...
I'm actually compiling a swf file with haXe, and trying to embed several swf
files (AsWing, and the Adobe Facebook lib, but in the example, I left only
the AsWing one). I might post this on the haXe mailing list if noone can
help me here.
One thing that might be important, the swf files are extracted from swc
files.
Thanks for your help,
Laurent
_______________________________________________
swfmill mailing list
[email protected]
http://osflash.org/mailman/listinfo/swfmill_osflash.org