Search  

XML PHOTO MARQUEE

HomeBrowse CategoriesFlashApplications and UtilitiesImage ViewersXML Photo Marquee

This is a loop photo marquee. You can load unlimited images from XML file.

Until all images are loaded, the marquee doesn’t move. It is very easy to customize.

You should define the next parameters.

Parameters:

  1. Movie or Clip where to place the pictures
  2. Marquee speed
  3. XML path
  4. Y Marquee position
  5. Width photo
  6. Height photo
  7. Width photo
  8. Space between photos
  9. Target link
  10. Alpha reflect

Click here to see my portfolio

Here you can see others items:

Images preloader Dock Menu

See you soon

Posted 5 months ago

nice work!

Posted 5 months ago

Great file. Can i easily remove the blur effect and can I load swfs intead of photos.

Posted 5 months ago

Hello alcrhis

Yes, you can remove the blur effect and load different files, SWF , PNG, JPG , GIF, etc.

For remove the blur effect change simply where it says 5 to 0.

private var blur:Number = 5; to private var blur:Number = 0;

rootclase.scale(this,100,5); to rootclase.scale(this,100,0);

Posted 5 months ago

I really like this element but I would like to ask if it is scalable. If not what are the parameters?

Posted 5 months ago

Hello captainzank

Yes, this item is scalable, just change the stage size and adapts.

Posted 5 months ago

I want that the image left and rigth of the selected image scale to 125 How I can do that.

Sorry for my english !

Posted 4 months ago

Hello maxpower001

It would be very complicated to make the form that is thought this file.

You need to both images contiguous they can go through parameter and call the function two more time. This isn’t safe, we should try.

Posted 4 months ago

No matter what I try… I can’t get rid of the blur effect… Any ideas?

Posted 4 months ago

Hello timafremedia

You should change the blur value in “LoadAndMove.as” .

Here is the values to you should change:

Line 29: private var blur:Number = 0 ; Line 92: rootclase.scale(this,100, 0 );

Tell me if you can do it.

See you

Posted 4 months ago

Perfect ..

Thanks.

Posted 4 months ago

Thanks again Negro … Working example at www.cbgrubati.com

Posted 4 months ago

Your welcome… nice aplication example

Posted 4 months ago

Hi, I just bought XML PHOTO MARQUEE – great file. I only have three images. I figured out how to stop the marquee by inputting 0 for speed.

Can you please help me figure out how to center it.

thanks

Posted 4 months ago

Hi alcrhis, I don’t understand good. you need align to center the three stopped images?

Posted 4 months ago

Hi, I just bought your XML PHOTO MARQUEE . Just to ask you a little bit question:

can i marquee it to the right?

how?

Posted 3 months ago

Hi fikuroyaki, you need modify the next sourse lines:

var photo = new LoadingImageReflect(this.firstChild.childNodes[i].attributes.path,((rootclase.widthimg + rootclase.spaceimg ) * i)*-1,top + rootclase.heightimg/2,i,”container” + i,rootclase.widthimg,rootclase.heightimg,rootclase.alphareflect);

//I check if all containers already loaded if(rootclase.counterPreloader >= rootclasexml.firstChild.childNodes.length){ this.enabled = true; this._x = this._x + rootclase.speed; //This condition allows me re position the containers for make loop if( this._x >= Stage.width + (rootclase.widthimg/2) ){ this._x = this._x – ((rootclase.widthimg + spaceimg) * rootclasexml.firstChild.childNodes.length); }

greetings

Posted 3 months ago

Can I add smell to the images? I’d like to add a different smell when the user clicks on a particular image.

Posted 2 months ago

Hi gincontact

I don’t understand. What’s the meaning of smell? Remember that when you click on an image will open a new browser.

Posted 2 months ago

Hey Negro, I love it. Thought I would be scratching my head for a while, as I am new to Flash, but sorted it out quite easily. Can you tell me though if it’s possible to hide the link text, and name text but still have a link?

cheers mate…nice work.

Posted 2 months ago

Hi negro, Another question if you can answer mate. Is it possible to add layers over the top of the photos, like a frame overlay?? cheers, Mitch

Posted 2 months ago

Hi trickmachine

I’m sorry for my delay.

I like it that you like it… jeje

For remove liks you can comment this line code in the “LoadAndMove.as” file:

getURL(“http://” + rootclasexml.firstChild.childNodes[this.num].attributes.link,frame);

You need add layers above to photos?

If you need add layers, you make it in the “foto_marquee.fla”

See you soon

Posted 2 months ago

Hi I just purchased this file and wondering if there is anyway I could remove the reflect feature. Also I have an image that will swap background color let’s say from brown to yellow. Any help is very much appreciated. Do you have a version of this with mouse based left/right directional. Thanks.

Posted 23 days ago

Hi dennislflojo

You can set reflect alpha to 0 or comment this line in the “LoadingImageReflect.as” file:

//this.reflect_mcl.loadClip(url,this.reflect);

I changed a class file for you. Where can I send you? You send me a mail.

See you

Posted 22 days ago

you can send me to dennisflojo@yahoo.com

Posted 20 days ago

Can this work with images of different widths? I mean need to do a scroll for a bunch of logos. I can make them all the same height (60px) but as a results all will be a different width. Will this work without shrinking them to a box?

Thanks

Posted 15 days ago

Hi. I loaded an swf file with rollover/rollout actionscript in a movieclip instead of static images. Swf files loaded, although the actionscript is not working when I rollover on the individual swf. Any ideas how to make this work. Thanks.

Posted 15 days ago

Hi pixelwiz, you can’t use images with different widths. I’m sorry.

Hi dennisflojo, I just try it and works perfect. You only should change the paths in XML file, example:

Posted 14 days ago

path=”images/img_1.swf”

Posted 14 days ago

hi guys i have just purchased xml-photo-marquee, i have taken off teh blur effect and and the scale effect and works ok. The size of the pic is 120*180 and i can see them the only problem is that under the img i see a white rectangle which i imagine is the original place for te pictures. I can i reduce this the same size of my pic?

thanks

Posted 12 days ago

Hi albertoro…

All images are same. You can use any sizes for application, only must change width and height, example:

var webmarquee:LoadAndMove = new LoadAndMove(this,3,”pictures.xml”,40,100,150,15,”_bank”,40);

See you

Posted 9 days ago