Nothxkbi
Banned
Ok here's an example of what I'm trying to do. The logic is pretty straightforward in setting up the flash file and linking the xml document as its source.
The idea is that users will upload images, the image saved to a folder and a link is created in an sql datatabase. Easy.
Now how to programatically change the xml page to reflect that? Is it possible or is there an easier way?
http://www.republicofcode.com/tutorials/flash/slideshow/2.php
This is the part in the xml I want to be able to dynamically change/build as soon as an image is uploaded:
The idea is that users will upload images, the image saved to a folder and a link is created in an sql datatabase. Easy.
Now how to programatically change the xml page to reflect that? Is it possible or is there an easier way?
http://www.republicofcode.com/tutorials/flash/slideshow/2.php
This is the part in the xml I want to be able to dynamically change/build as soon as an image is uploaded:
Code:
<slideshow width="400" height="400" speed="2">
<image url="images/image1.jpg" title="Market Walk" />
<image url="images/image2.jpg" title="History" />
<image url="images/image3.jpg" title="Ying Yang" />
<image url="images/image4.jpg" title="Kid Youth" />
<image url="images/image5.jpg" title="Heart of Spice" />
<image url="images/image6.jpg" title="Elissa" />
<image url="images/image7.jpg" title="Silver Secret" />
<image url="images/image8.jpg" title="Endless Mountains" />
<image url="images/image9.jpg" title="Light of Hope" />
<image url="images/image10.jpg" title="Bored?" />
</slideshow>
Last edited: