|
|||
|
How can I make onEvent function handle from SWFKit point to function from AS2?
for example Code:
var command = trayMenu.show();
if (command == "id0") {
if (getMainWnd().windowState == "minimized") {
AS2_Function1();
getMainWnd().bringToTop();
} else {
AS2_Function2();
}
} else if (command == "id1") {
AS2_Function3();
}
__________________
#define true false //happy debugging, friends |
|
|||
|
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|