Topic: How to change xmlDataPath in SWF not HTML
I know we can add this to the html to change the xml path
fo.addVariable("xmlDataPath", "my_data/get_data.php");
but I want to do it in the SWF level, because I loaded the simple viewer in my main movie.
Thanx!