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