Flash components Flash files Image Viewers

AS2 XML SlideShow 2

$4.00
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON- COMMERCIAL PROJECT - details
ID: 434 | Views: 2458 | Downloads: 19
Or

moreopinion
Uploaded By: opinion Author
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>


ASK Ask a question & Live a coment (Public)
moreflash_code
flash_code said
Posted on 2009 Feb 14
nice

morespiicytuna
spiicytuna purchased said
Posted on 2009 May 05
Whats the easiest way to resize?

morespiicytuna
spiicytuna purchased said
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!!

moreopinion
opinion author said
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");

morethenixhex311
thenixhex311 purchased said
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?



more

Do you have any comment or questions about opinion file?


Please register & login before you post!