Flash components › Flash files › Image Viewers
Slide Show XML with Background Music
|
Posted on 2008 Dec 24 |
|
Posted on 2008 Dec 25 |
|
Posted on 2009 Jul 28 |
Flash components › Flash files › Image Viewers
|
Posted on 2008 Dec 24 |
|
Posted on 2008 Dec 25 |
|
Posted on 2009 Jul 28 |
Changing slideshow interval, pause/play slideshow and prev/next functions are provided. Auto correction of image's sizes and image's ratio also provided.
Can be use any images with different resolution or ratio.
Any number of background music.
Open data.xml for edit images list:
<feed>
<music startup="Yes"> // Play Background sound as startup Yes/No
<item loop="Yes">music/12.mp3</item> // Path to mp3 file, set loop="Yes" for looping mp3 file
<item loop="No">music/10.mp3</item> // Path to mp3 file, set loop="No" for not looping mp3 file
<item loop="No">music/06.mp3</item>
</music>
<slideshow>
<photo url="images/1.jpg"/> <- url or path to images
</slideshow>
</feed>
If you no need background music, then just delete a
Sample:
<photogallery>
<txt><![CDATA[XML SLIDE GALLERY v2 WHITE]]></txt>
<music>
</music>
...