/ Published in: ActionScript 3
Code to signal that a button/mc has been clicked.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
mc.getChildByName("name").dispatchEvent(new Event(MouseEvent.CLICK));