|
|||
|
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");
}
Code:
1061: Call to a possibly undefined method msgBox through a reference with static type Class. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|