10/4/2010 6:29:26 PM
Title:
swf click event
Hi,
I have a swf file, and i load the swf file using swfloader. can I write the click event for swfloader. How to write the click event for swfloader.
with regards,
Ramakrishna
Shawn
Points: 680
Posts:0
10/4/2010 11:17:57 PM
you can add click event to any component in flex , simply add click="clickfunction" in your swf loader tag if using MXML else in actionscript you can add clicklistener to your swfLoader compoenent using its ID