PDA

View Full Version : Gallery Slideshow help


ksduded
07-31-2008, 04:18 PM
I have a 4 pictures that I need to appear one by one in a loop in a frame. Each picture is also a clickable link to a website and the swf also have four bars. Each bar is associated with one picture and on mouseover the associated picture appears in the panel.

Each should stay for 3 secs and then the next picture should appear.

help will be welcome

This is the code on one of the buttons for the mouseover

btn_treasure.onRollOver = function () {
treasure_slide._visible = 100;
rush_slide._visible = 0;
oasis_slide._visible = 0;
equator_slide._visible = 0;
}
btn_treasure.onRollOut = function () {
}

gnomeontherun
08-01-2008, 08:50 PM
So what is your question? Are you asking for us to write it for you?

ksduded
08-01-2008, 09:19 PM
So what is your question? Are you asking for us to write it for you?

if its simple enough. or point me in the right direction.