Slide show gallery
Compatible: AS 2, flash 8 or greaterThe Crifano slide gallery is a component that allows you to generate and personalize a slide of images in a really easier way
With the Control Panel you can manage all parameters very easily.
xmlFile
myGallery.xmlFile = "xml/file.xml";
With this parameter you can set the position (relative or absolute) of the xml file.
pathImgs
myGallery.pathImgs="img/;"
This is the path of images.
typeTransition
myGallery.typeTransition="mask"
Define the transition. Valid values are: "fade" or "mask"
VelocityFade
myGallery.velocityFade=30;
This is a number value. It’s used only if you choose “fade” on the previous parameter.
maskMc
myGallery.maskMc = "mask_2";
This is the linkage on a movieClip used as mask.
onEndSlide
myGallery.onEndSlide=function(){
trace("the last image was loaded");
}
This event is call when every time the last image is loaded (and viewed)
If the slide is in loop the event is call more times.
.. Others events and method are available... for more methods and events download the mxp file and check the documentation.



