Search  

SLIDESHOW 5 - XML

HomeBrowse CategoriesFlashApplications and UtilitiesImage ViewersSlideshow 5 - XML

Full XML customizable – and scalable. (up to 900×500)

The part where you change things in the XML to control the images looks like this:
    <settings>
        <!-- THE SLIDESHOW IS AUTOMATIC -->
        <time>4</time>

        <!-- THE SPEED OF THE TRANSITION EFFECT -->
        <speed>5</speed>

        <!-- LOOP IMAGES -->
        <loop>true</loop>

        <!-- PLAY SOUND -->
        <sound>true</sound>        

        <!-- MASK COLOR -->
        <color>B44903</color>

        <!-- RANDOM SELECTION -->
        <random>true</random>

    </settings>

It is quite clear what each tag does. There are also more settings for the images.

If you want to change the size of the stage, you need to change these variables in the code, and publish the swf again:

var stagew:Number = 590; var stageh:Number = 300;

The code will resize the buttons and reposition all elements to keep the swf file play the same way, no matter the size.

Note the sound file is only for the demo, and you will not receive it. You need to put a back.mp3 file in the same folder with the swf, and select from the XML to play the sound file.

Please don’t hesitate to write me if you have any questions, or you want to customize the file even more.

Thank you and I’ll see you around!

Click here to see more files by bobocel


You might also be interested in:

Video Players



Galleries



Templates



MP3 players



News readers



XML menus



Slideshows



Creative navigation



Utilities

Posted about 1 year ago

@nerdo2: the images are clickable. Click on the girl. ;)

@CrazyLexx: jpg, png, swf and gif files.

Posted 4 months ago

Can you add text or comments and captions

Posted 3 months ago

Yes, you can in each swf directly, as I did.

Posted 3 months ago

Is it possible to set the time for each individual picture? I would like to use this as a presentation with narration audio. I would like to be able to control the time each picture is presented to match the audio.

Posted 3 months ago

Nope, the timing is the same for all images.

Posted 3 months ago

What are the w and h values when the file is downloaded. I do not own any flash software and will not be able to change it. I hope it is already the right size for me.

Posted 2 months ago