alert This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
user tristan.paige
tristan.paig.. (7)

XML Image Rotator

Please visit "author URL".

Everything's in a single XML file
-Change the type of animation for the drop down header (Bounce / Slide)
-Change the speed of the image transition and drop down header
-Change the transparency of the background of the drop down header
-Change the size of the banner
-Unlimited images

8291 downloads, 51468 views

xml image rotator


Download (890.24 KB)

Comments

You need to login to post a comment.

user wiyono
wiyono 13 years ago

Can i give the menu.. with text.. thank you.

user kimozabeach
kimozabeach 13 years ago

how to add a link to the images or text?

user heynrich
heynrich 14 years ago

how to add a lik to the images ?

user mogyorogyozo
mogyorogyozo 14 years ago

Hi nfilatov!
If you want to change fonts on flash file (banner.fla): just double click in Library on Vfont symbol, change font in the Font Symbol Properties, after save and closed. If you want to change the pictures, easy, but look in the images.xml file image path, and images filenames, so important:

<image path="images/image4.jpg" title="The Fourth Title" >
<description>The Fourth Description</description>
</image>.

That will fill the bill...:)hope!
mogyorogyozo

user nfilatov
nfilatov 14 years ago

Ive spent the last 4 Hours trying to implement this. I want to put it on home page with xml and images in a seperate folder ons erver. When i load page no images or text come up. only a black empty and lonely flash play pops up. Please help!

user tristan.paige
the listing author tristan.paige 14 years ago

ororo: sorry for not getting back, been away for a while. you can use this for anything you like. hope you enjoy it.

daniel: honestly, i made this so long ago, i can't remember. the banner should resize with the object embed options in html if the settings in the xml file are giving you trouble.

thanks for all the comments.

user daniel_cabral
daniel_cabral 14 years ago

hei, nice job congratulations,

but i have a question, how can i change the size of banner?
in xml archive no are possible!

tk's!

user mogyorogyozo
mogyorogyozo 14 years ago

Hi!

Thank you for the file, for sure I will use on my website to illustrate my paintings.

Gyozo

user ororo
ororo 14 years ago

Hi tristan

I can't e-mail you and I can't find your website so I hope you read this. I have a question about the license. The following case:

I build a website for a friend of mine. He wants a image rotator. Your rotator looks awsome so I like to use it. Is it ok with you?

Greetings

user sleepdragon
sleepdragon 14 years ago

Thanks for sharing.

user fusioncruiser
fusioncruiser 14 years ago

Sooo... I found the fix to the Lightbox showing up underneath any flash that is on the screen....

Find the flash object that is the problem and add:
<param name="wmode" value="transparent" />

to the tag for the flash.
And in the embed line for the flash, add: wmode="transparent"

Once you have done that... This slideshow app is unstoppable! Thanks Tristan!

user fusioncruiser
fusioncruiser 14 years ago

Sooo... It's working ALMOST flawlessly... I put it on a webpage the has object lower down the page that use lightbox flyouts. When the flyouts are supposed to come out front of everything else, I am finding that it slides behind this slideshow.

Anyone know how to fix that?
Z-index of the lower items are at 100 and this app is a 2.
Thanks

user retroshop
retroshop 14 years ago

Tristan: it is a very great job! Can you add a new feature that controls the link to the pictures by XML?

fusioncruiser: I am happy to able to help!

user fusioncruiser
fusioncruiser 14 years ago

Retroshop, you da man! (unless you're a chick, then you da bomb!) ;)
I changed it in the fla and republished it and the problem was gone! Thanks!!

Tristan, great job on your coding! Clean and to the point. Not a lot of wasted junk in there. Good stuff!

user retroshop
retroshop 14 years ago

I had the same problem as fusioncruiser has. Need to resize the flash size in the FLA also to work fine. Instead of this it is a great work!

user fusioncruiser
fusioncruiser 14 years ago

Very nicely done!
The only problem I have is when I use images that are different size than your originals, I can't get the window to shrink to the new size. The size settins in the xml don't appear to be used. I might be mistaken.

Thanks for this though!

user retroshop
retroshop 14 years ago

I set 950x223 pixel size with 950x223 photos and all of them are not on the right place, they are half right and up. What is the problem? [email protected]

user artman
artman 14 years ago

Hi Tristan. I adapted your image rotator for a class project (with full credit to you). You saved me from pulling out what little hair I have left.

Thanks.

user wolverene
wolverene 14 years ago

Hi Tristan. Cool Flash! Is there a way to put a link on each image in the xml? Thanks

user tristan.paige
the listing author tristan.paige 14 years ago

atakebay: i used embedded fonts so if you want it in another language, ..you'll have to recompile it using device fonts instead. it will also make the program smaller and load faster.


digijoe: sounds like a cool project. the only advice i can offer is when your making the transition between images like that, try using 'this.onEnterFrame' when reassigning alpha values to the clip the image is in rather than using a tweening function, increase your frame rate to 25-30 and use 'delete this.onEnterFrame' for a much smoother effect.

Example:

p = 0;
this.onEnterFrame = function() {
filesize = picture.getBytesTotal();
loaded = picture.getBytesLoaded();
preloader._visible = true;
if (loaded != filesize) {
preloader.preload_bar._xscale = 100*loaded/filesize;
trace("load");
} else {
preloader._visible = false;
if (picture._alpha<100) {
picture._alpha += 10;
}
}
delete this.onEnterFrame
};

good luck.

- thanks for all the comments

user digijoe
digijoe 14 years ago

HI Man! This is great!
One request though... I'm stuck with a gallery, well... it's not a gallery... what I want to do Is to load full image backgrounds (autorezisable) in my web, and load a different image per link or button, and load the images fading on top of each other smoothly, like your gallery... Do you know how to break this down? I'm on AS2.0!

user jacksoncn
jacksoncn 14 years ago

f*in art! Thanks!

user psico88
psico88 14 years ago

Nice !

user Esteban
Esteban 14 years ago

Really cool!!

user atakebay
atakebay 14 years ago

looks nice! but is it possible to include multi languages?
i wrote something in japanese and the text didn't show...
encoding is set as unicode by the way.
do you have any idea?

user neo.leballo
neo.leballo 14 years ago

simply sylish I love it

user opettersson
opettersson 14 years ago

Cool!

user jaytee21
jaytee21 14 years ago

Very elegant

user treebeard
treebeard 14 years ago

Very nice!!! :)

user pulitta
pulitta 14 years ago

yeh, nice!

user luffy1984
luffy1984 14 years ago

tristan.paige,
I love this gallery...

user reset02
reset02 14 years ago

cool ++

user tristan.paige
the listing author tristan.paige 14 years ago

For everyone who enjoyed my earlier stuff, thanks for all the great comments. While reading through them I was very flattered. I'm thinking of getting back into developing again, so hopefully you'll see some new projects up soon.
Ciao.

user kk586790
kk586790 14 years ago

good job