WilliamMute007
Programmer
Hi all,
Please help as I am quite a novice in flash but I need to perform a task with it Basically I have a set of images list in an xml file that are pulled to created an swf file as a top banner in the website. Problem: I have that lot working. The only thing now is that, for every section of the website, I want the swf file to use different sets of images defined in the one xml file. i.e
So I now want this one xml file to be global so depending on what page a user is in, the flash file would use the appropriate XML Tag? (homepage, AboutUs etc)
Thank you for you help in advance.
Please help as I am quite a novice in flash but I need to perform a task with it Basically I have a set of images list in an xml file that are pulled to created an swf file as a top banner in the website. Problem: I have that lot working. The only thing now is that, for every section of the website, I want the swf file to use different sets of images defined in the one xml file. i.e
Code:
<?xml version="1.0" encoding="utf-8"?>
<Homepage>
<image title="" url="Australia_2 2007.jpg" />
<image title="" url="1.jpg" />
<image title="" url="2.jpg" />
</homepage>
<AboutUs>
<image title="" url="Australia_2 2007.jpg" />
<image title="" url="1.jpg" />
<image title="" url="2.jpg" />
</AboutUs>
So I now want this one xml file to be global so depending on what page a user is in, the flash file would use the appropriate XML Tag? (homepage, AboutUs etc)
Thank you for you help in advance.