XML slideshow using .txt files
Hi
does anyone know how to make a slideshow play text from separate text docs...
normally one has the text which is shown defined in Action Script, Java or XML
I need it to rather , when it goes to eg "image5", it displays the text in "text5.txt"
Anyone got the answer?
This is the xml code i have now
<?xml version="1.0" encoding="UTF-8"?>
<slideshow>
<image src="images/fly.jpg" desc="Fly"/>
<image src="images/mouse.jpg" desc="Computer mouse"/>
<image src="images/country.jpg" desc="Country"/>
<image src="images/rope.jpg" desc="Rope"/>
<image src="images/flower.jpg" desc="Flower"/>
</slideshow>