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");
|
Posted on 2010 Sep 13 |
this whole RESIZE thing doesnt work. Im trying to make the SWF file 200x135 for a small area of a project.
When i make the stage that size
(and edit this to match)
//image._x=-Math.ceil((Stage.width-590)/2+image._width/2)
//image._y=-Math.ceil((Stage.height-300)/2+image._height/2)
image._x=-(Stage.width-590)/2//+(image._width-(590/2))
image._y=-(Stage.height-300)/2
The image just scales in from the side. Ive tried just saving the swf and scaling IT outside of flash, but it does the same thing. I've tried removing the tweening on the scaling, but i cant get that to work either.
Any EFFECTIVE way on how to make this smaller than provided standardly?
When i make the stage that size
(and edit this to match)
//image._x=-Math.ceil((Stage.width-590)/2+image._width/2)
//image._y=-Math.ceil((Stage.height-300)/2+image._height/2)
image._x=-(Stage.width-590)/2//+(image._width-(590/2))
image._y=-(Stage.height-300)/2
The image just scales in from the side. Ive tried just saving the swf and scaling IT outside of flash, but it does the same thing. I've tried removing the tweening on the scaling, but i cant get that to work either.
Any EFFECTIVE way on how to make this smaller than provided standardly?
























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>