[Flashjs] Versions & Installation Problems using MTASC - Resolved

Eric Helier eric.helier at cned.fr
Wed Sep 21 08:42:01 PDT 2005


It seems the only fact I have sended an email to the list has been solving
my problem lol !!
 
No in fact I found this code I copy in the .as file :
 
Public function __resolve(functionName:String):Function {
   var callRef:Function = call;
   var f:Function = function(){
       arguments.splice(0,0, functionName);
       var f:Function = callRef;
       f.apply(this, arguments);
   };
   return f;
}
 
And now it works !
 
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/flashjs_osflash.org/attachments/20050921/639b6458/attachment.htm


More information about the Flashjs mailing list