Thread: AS3 And SWFKit
View Single Post
  #1 (permalink)  
Old 08-06-2009, 07:46 PM
ngthientrung ngthientrung is offline
Junior Member
 
Join Date: Aug 2009
Posts: 1
Default AS3 And SWFKit

I can use SWFKit package with AS2 well but i have some errors with AS3.

My code is :
Code:
import SWFKit.*;
stop();
this.btt.addEventListener(MouseEvent.CLICK,btt_click);
function btt_click(ev:MouseEvent):void {
	Dialogs.msgBox("Hello"); 

}
And error
Code:
1061: Call to a possibly undefined method msgBox through a reference with static type Class.
Help me
Reply With Quote