|
|||
|
Hello =)
I have a small question. I use the swfkit AS3 classes, and i'm wondering how i can create the event handlers. example : //before in FFish Script Application.dragdrop.onDropFiles = function (files) { trace(files); } //now in AS3 classes import SWFKit.*; import SWFKit.application.*; var d = new dragdrop(); d.enable = true; d.addEventListener("onDropFiles","test") // don't seams to work Do someone know how can we use de addEventListener fonction with swfkit events ?? Thank you very much ![]() |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|