Hello all,
I'm currently working on a modified version of Macromedias Image Viewer.
With the added features from tupps my movie now has auto play, stop, go to end slide (swf's) etc.
At the moment i have the following code:
This group of slides (swf's) is one Presentation
What i now want to be able to do is add a combo box that displays the Presentation title in it and any other Presentation titles that may exist (at a later date).
Can anyone tell me how i go about this? Can i add a <Presentation> tag to my xml file with the name of that Presentation or do i need to create a new xml file for each Presentation?
Any ideas greatly appreciated.
Regards,
camcim
I'm currently working on a modified version of Macromedias Image Viewer.
With the added features from tupps my movie now has auto play, stop, go to end slide (swf's) etc.
At the moment i have the following code:
Code:
<?xml version="1.0"?>
<Slides>
<slideNode jpegURL="images/pic_1.swf">Picture 1</slideNode>
<slideNode jpegURL="images/pic_2.swf">Picture 2</slideNode>
<slideNode jpegURL="images/pic_3.swf">Picture 3</slideNode>
<slideNode jpegURL="images/pic_4.swf">Picture 4</slideNode>
<slideNode jpegURL="images/pic_5.swf">Picture 5</slideNode>
<slideNode jpegURL="images/pic_6.swf">Picture 6</slideNode>
<slideNode jpegURL="images/pic_7.swf">Picture 7</slideNode>
<slideNode jpegURL="images/pic_8.swf">Picture 8</slideNode>
<slideNode jpegURL="images/pic_9.swf">Picture 9</slideNode>
</Slides>
What i now want to be able to do is add a combo box that displays the Presentation title in it and any other Presentation titles that may exist (at a later date).
Can anyone tell me how i go about this? Can i add a <Presentation> tag to my xml file with the name of that Presentation or do i need to create a new xml file for each Presentation?
Any ideas greatly appreciated.
Regards,
camcim