xml in flash actionscript couldn’t loaded due to wordpress permalinks

i’m new bee in flash actionscript. i want to load xml file to show some text. I used to embed flash object in wordpress. i create a newfolder in root of wordpress like wordpress/flash. xml files are exist in flash folder. i want to load those xml files on runtime in action script. i’m using this code

var xml_loader:URLLoader = new URLLoader();
xml_loader.load( new URLRequest(“http://www.example.com/flash/page_1.xml”));

Read More

but it’s not working at live, i run .swf file locally it’s done well and load data from live site but as i upload it to the live server and try to use it there it’s stuck to loading…

please help me on this issue

thanks

Related posts

Leave a Reply

2 comments