Kirupa xml gallery

Hi Everyone!

I’m just wondering if anyone knows how I can use a mask for when the images appear and dissapear using the kirupa xml gallery?

Any ideas are totally appreciated :smiley:

paulie.

bump…

Hi Everyone,

I worked out how to do it… I’ve attached the swf, If anyone wants the fla let me know :slight_smile:

i would like to see nd learn how to connect xml to flash files. and i am making a picture slide show and i wanted to know if i can have one picture fading out nd another fading in at same time so there wont be a blink. and i would like to see ur code nd swf. file so i can have little better understading of this.

thnks
mytuul

~“This sentece has threee errors.”~

mytuul: there are two good tutorials on Kirupa for XML:

http://www.kirupa.com/web/xml/index.htm
http://www.kirupa.com/developer/mx2004/xml_flash_photogallery.htm

Check them out. And yes, you can have a picture fading out and another fading in at the same time, just define two onEnterFrame functions for each like so:

picture1.onEnterFrame = function(){
//code for fading out }
picture2.onEnterFrame = function(){
//code for fading in }

Those links are good ones!

Attached is the fla and xml files, the code is in the fla files.