Setup SWFAddress Flash with dynamic content (xml)
i've been looking for long time a way to setup swfaddress with flash as3, assuming that the content is pulling from an xml. Basicaly, i got an xml that contain reference of SWF i load in my main.swf
What i already can do :
Each time a swf has been loaded - the html page title change via setTitle()开发者_开发问答 - the url change via setValue();
What i cannot do : - changing the url on the browser does not load the wanted swf
Has my content is totaly dynamic, i cannot use the swich / case method.
Please can somebody help me?
Are you sure you have the JavaScript included on your host page? Remember that you must listen for the SWFAddressEvents before you listen for any user events at all.
精彩评论