Home ›
Flash
›
Image Viewers
AS2 XML SlideShow 2
2009 Feb 14Question & Comment: flash_code
nice
2009 May 05Question & Comment: spiicytuna
Whats the easiest way to resize?
2009 May 05Question & Comment: spiicytuna
I am utilizing this componet within a much larger fla file and I only want the slideshow to be 400x250. When I resize it, the image loads in the smaller size, then just before it changes to the next image it fills the entire screen. How would I prevent this? THANKS!!
2009 May 05Question & Comment: opinion
To spiicytuna: no need change fla size, set 400x250 size in html file.
If you use SWFObject try set:
var so = new SWFObject("preview.swf", "preview", "400", "250", "9", "#CCCCCC");
Would you like to comment or ask questions from
opinion
?



















Uploaded By: opinion
This is XML slideshow version two with zoom effect. Uses AS2.
You can set any amount of pictures, set delay of slideshow and set link and target for each picture.
FULL RESIZABLE:
You can use any sizes of images and use any width and height of flash when published in html. Size of images will auto change by flash window size.
Main setting:
data.xml:
<feed>
<slideshow delay="5"> //delay of slideshow
<photo url="images/1.jpg" link="http://www.bigstockflash.com" target="_blank" /> //pictures path, pictures link and link target
...
</slideshow>
</feed>