as3 eventListener function with parameter

2011年6月2日 星期四 by Hu, Ching-Hsiang


mc.addEventListener(Event.COMPLETE,function(e : Event) : void{LoadedComplete(e, 'test' ,true);});
function LoadedComplete(e:Event,txt:String,switch:Boolean ):void{

}

Filed under having 0 意見