Re: Actionscript support

[email protected] (Wolfgang Hamann) Tue, 11 Nov 2003 12:25:21 +0100 (CET)
Newsgroups gmane.comp.web.ming.general
Message-ID <wolfgang-1031111122520.A091772@loopback>
Hi,

the problem with that approach: the format of placeobject has changed from 5 to 6, so if
your movie adds clips with clip events, they will not work

Wolfgang

>> You can also use (some of?) Flash6 ActionScript in Ming 0.2a - but you have 
>> to set the swf version manually. Just change the fourth byte from 4/5 to 6 
>> and F6 functions/properties should be available. You can do this by using a 
>> hexeditor on the swf file or you can write a script that does it on the fly.
>> 
>> Hexadecimal numbers don't work in 0.2a though... ("myVar=0x1234;") - convert 
>> them to decimal if needed.
>> 
>> Enjoy!
>>