Skip to main content
Jens Peermann
Inspiring
April 17, 2013
Question

Simple Image Slider

  • April 17, 2013
  • 1 reply
  • 1128 views

Where can I find some code for a simple image slider. Just "Next" and "Previous" buttons, no timer.

Thanks for your help.

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
April 17, 2013

Google is usually the best place to find code/tutorials.  Try searching it using terms like "AS3 image slideshow tutorial".

Jens Peermann
Inspiring
April 18, 2013

I've done that all day long but found anly slide shows that have a timer for automatic advance of images.

What I need is a code that allows to import XML data  so I can have all captions, images, etc outside tha SWF file, but uses only "next" and "back" buttons for navigation.

Ned Murphy
Legend
April 18, 2013

Just take one of the ones with a timer and replace the timer with button controls.  Whatever function the timer is calling becomes the event handler for the button.