Flash components › Flash files › Image Viewers
Slide Show XML with Background Music
|
Posted on 2008 Dec 24 |
|
Posted on 2008 Dec 25 |
Flash components › Flash files › Image Viewers
|
Posted on 2008 Dec 24 |
|
Posted on 2008 Dec 25 |
Uploaded: 14 December 2008
Opens With: Flash 8 (8+)
Files Included: FLA, SWF, XML, HTML, TTF, Sample images
Size: 10.5kb
Action Script: AS2
Resolution: 700x500
Documentation: normal
Keywords: xml, images, pictures, as2, slideshow, gallery, background music,
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>
...