|
From: strk <st...@ke...> - 2006-11-25 18:33:36
|
On Sat, Nov 25, 2006 at 07:20:30PM +0100, strk wrote:
> I see that Ming's ActionScript compiler contains some
> support for 'ASM' syntax, but can't handle to use it.
> Does anyone have experience with that ?
The culprit seems to be a *force* into <AS_V6> mode, which
seems to override any <asm> context somehow.
Commenting out the line:
if(SWF_versionNum >= 6) BEGIN(AS_V6);
in swf5compiler.flex makes asm {} blocks work (but then no AS_V6
syntax would be allowed - try/catch etc..)
Hints ?
--strk;
|