Great app! Is there an easy way to remove the url link from the 1st image only? I’m new to Flash. Thanks.
Posted 3 months ago
This slideshow is very useful when you have a lot of ads to show. Or you could just use it as a photo viewer. Your choice.
Features:
- XML driven. You can define: settings (imageWidth, imageHeight, tweenTime = time for alpha transition, showTime = time each image is being shown) and items (imgURL, linkURL)
- The control buttons/ timerbar will automatically choose a good position according to the width and height.
- All is in a single MC, so you can change position by simply moving it.
- The number of images is unlimited. All you need to do is copy a line in the xml and modify it.
- The length of the timerbar will always be equal to the number of picture icons.
More files by JurgenV
Image Galleries
Video Players
Carousels
Navigation
Dynamic text displayers
Mp3 players
Preloaders
Miscelaneous
Posted about 1 year ago
Hi Alex, you have the wrong layer. You should put them in the layer named ‘xml’. Select the frame with the little ‘a’ in it, and press F9 to modify the script. Then you should add it on line 26. Good luck 
Great app! Is there an easy way to remove the url link from the 1st image only? I’m new to Flash. Thanks.
Posted 3 months ago
Thanks for your help!
One more thing: I need some of the links to open up in a new window. I assumed I could do this by simply editing the xml file, but after a few different attempts, I couldn’t get it to work.
-matt
Posted 2 months ago
Hi,
In the BannerSlideshow movieclip, select the button and edit the actionscript, like this:
on(press){
getURL(this["ind"+currentN].linkURL, "_blank");
}
Basically what you add is , “_blank”
Posted 2 months ago
I need some of the links to open up in a new window. I assumed I could do this by simply editing the xml file, but after a few different attempts, I couldn’t get it to work.
I need to open only the first banner in a new window.
please help
Posted 5 days ago