Hi, finally i got compiled my work with MTASC and -version 9 option. the "unexpected add error at Point.as line 10" has been resolve by changing "add" to "Add" since "add" is a reserved name. but i'm really not sure it's the solution. anyway I use rectangle class instead. the problem now is "excess 32K bytecode limit". is it possible to up this limit ? because i really don't want to split my work
Thanks iun advance Franck ----- Original Message ----- From: "Nicolas Cannasse" <[EMAIL PROTECTED]> To: "Open Source Flash Mailing List" <[email protected]> Sent: Tuesday, August 05, 2008 3:23 AM Subject: Re: [osflash] MTASC Infos E-Blokos a écrit : > Nicolas, > > where are the Fullscreen api ? > adding the fullscreen lines inside the stage.as enough if not ? Yes it's enough. Since you need to mark you SWF with version 9, you need to use -version 9 and then MTASC with use the "std" folder instead of the "std8" one. Nicolas _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
