Flash components › Flash files › Image Viewers
AS2 XML SlideShow 2
|
Posted on 2009 Feb 14 |
nice
|
Posted on 2009 May 05 |
Whats the easiest way to resize?
|
Posted on 2009 May 05 |
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!!
|
Posted on 2009 May 05 |
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");
If you use SWFObject try set:
var so = new SWFObject("preview.swf", "preview", "400", "250", "9", "#CCCCCC");
























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>