PDA

View Full Version : XML Linking help


Acj2323
04-06-2010, 12:30 PM
Hey everyone,

I'm in need of some help with XML and links.

I have a template that uses XML pages for its content to load into flash, on one of the pages I have content and links, as of now every link goes externally and outside the current flash file.

What I need help with is setting up a link within the XML file to link to stay within the same flash file but open a new XML to replace the current one.
Not sure if this will help but this is the code of the menu that might tell you information on how the links work within this template.

<?xml version="1.0" encoding="utf-8"?>
<menus>
<item name="HOME PAGE" src="homepage"/>
<item name="ABOUT US" src="contents.swf" xml_file="xml_files/pages_xmls/company_documents.xml" pageWidth="900" pageHeight="400"/>
<item name="CONTACT US" src="contact.swf" xml_file="xml_files/contact.xml" pageWidth="895" pageHeight="430"/>

</menus>

I am new here, and I searched for other similar cases for help on this forum and other places, so sorry for my ignorance if this has already been discussed.

Thanks,

Aaron