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
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
Take a look at ExternalInterface. You can set up callbacks in the SWF that allow you to use Javascript to call your Actionscript functions.