views:

60

answers:

1

beside swfaddress is there any other way to send data from a html page to a swf application? What I need is when a user clicks on html contents to change information inside the swf.

Thanks

+2  A: 

Take a look at ExternalInterface. You can set up callbacks in the SWF that allow you to use Javascript to call your Actionscript functions.

Matchu