Is it possible to have the animation initially stopped? I’d like the user to activate the transitions.
This slideshow looks fantastic, but i’m in need of a little help, please.
I want to change the size to w 328 x h 272, i can’t work out how to do this using adobe flash. When i try the buttons and loader seem distorted.
Also, being new to flash, can anyone explain how i’d insert this into a webpage?
Thanks
To change the size of the flash file you would modify the document’s dimensions. This is generally under “Modify -> Document” in Flash. Changing those dimensions will change the “Stage” you’re working on, and not the elements contained within (that’s why they were looking distorted).
There are several different ways to insert Flash into an HTML page and I find using SWFObject the simplest way (http://code.google.com/p/swfobject/)
Hi there could you please inform on how to change the actionscript to adjust the speed of the slideshow and the speed at which the next image loads when you press the next image button? thanks

Depending on how your particular project is setup you should be able to add stop(); to the first frame of your movie to initially pause the animation.