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?