Nobody went through this problem or has an idea on how to bypass it ?
Please help !
On 2/7/06, Quentin <
[EMAIL PROTECTED]> wrote:
Hi there, list !
I've heard about Swfmill a while ago, but I've started getting interested in it only a few days back, so I'm not an expert at all, and I might be looking for something that doesn't exist or that has been discussed before, but I couldn't find it, so, here is my question !
I've tried to write a simple XML file putting on the stage an already existing SWF, like that :<?xml version="1.0" encoding="iso-8859-1" ?>
<movie width="550" height="400" framerate="24">
<background color="#ffffff"/>
<frame>
<library>
<clip id="theFile" import="test.swf"/>
</library>
<place id="theFile" name="fileOnStage" x="0" y="0" depth="1"/>
</frame>
</movie>
I've been surprised to notice that the resulting SWF was not always acting like the already existing one, depending on how I handled events...
Let me explain myself : when I added event listeners the old way (eg : on(release) {...}) on buttons, nothing happened in the output SWF. However, when I did it the new way (eg : myButton. {...}), everything just worked fine !
Am I missing some kind of argument when compiling ?
Is this a know bug, or un-developed feature ?
Do I have to convert all my existing SWFs to be able to use them via Swfmill ?
Anyways, great tool !
Hope, I'll be able to use it !
-Quentin.
dasp.free.fr
_______________________________________________ swfmill mailing list [email protected] http://osflash.org/mailman/listinfo/swfmill_osflash.org
