jasonc310771
11-12-2008, 02:33 PM
been taking a look at some action scripts but still none the wiser.
wanting to find a script that can read a XML file and get the files complete URL and the description for the image.
xml file called... images.xml
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<images>
<pic>
<image>http://www.site.com/images/img1.jpg</image>
<caption>first image desc</caption>
</pic>
<pic>
<image>http://www.site.com/image/somethingelse.jpg</image>
<caption>second image desc</caption>
</pic>
</images>
then the flash file would read this and show the images in this order one by one with a gap of say 3 second or using a variable to set the gap.
i have a script that was given to me but this one i can not access the fla file for some reason, so decided to create it from scratch.
just the image and a description is need no back or forward buttons.
can someone please point me in the direct of a script that can do this.
thanks
wanting to find a script that can read a XML file and get the files complete URL and the description for the image.
xml file called... images.xml
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<images>
<pic>
<image>http://www.site.com/images/img1.jpg</image>
<caption>first image desc</caption>
</pic>
<pic>
<image>http://www.site.com/image/somethingelse.jpg</image>
<caption>second image desc</caption>
</pic>
</images>
then the flash file would read this and show the images in this order one by one with a gap of say 3 second or using a variable to set the gap.
i have a script that was given to me but this one i can not access the fla file for some reason, so decided to create it from scratch.
just the image and a description is need no back or forward buttons.
can someone please point me in the direct of a script that can do this.
thanks