How can I edit the .xml path in a .fla flash file?

Dominic B

New member
I purchased a site template to build a website. I have a news module that I copied because I needed two. The news module has a file, main.swf that reads from an .xml file located at .../news/news.xml How can I edit the main.fla file to create a main.swf file to read from a different location ..../news2/news2.xml ?

If I can just find the code (actionscript?) I should be able to change all instances of .../news/news.xml to .../news2/news2.xml in the new .fla file. Everything work on the website but the new module reads from the old .xml file and I don't know how to change the path so that it reads from the new .xml file.

I am extremely new to flash, but I have looked on the internet for hours. Thanks for any help.
 
Back
Top