2 Comments
fantero
/ flash & video
2 Comments
Details
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
Do you like this file?
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>