good job
Posted 2 months ago
I’ve launched my support page for flashden items. If you have any problems trying to contact me through ”>kudosden@gmail.com
The title should be KZoomGallery
Make sure to attach the file together with the mail so i can confirm that you’ve really bought it.
Thanks.
===============================================
Features :
.: Flash 9 – AS3
.: Drag and Drop
.: Resizeable, Reskinable extremely easy
.: Very smooth, very lightweight (only 15kb)
.: Reconfigable : autoplay, speed, margin, xmlFile, desHeight, duration, timeColor
.: Well commented code
p/s: please download TweenLite AS3 to use this gallery. Goto ”>http://www.tweenlite.com/
Thanks.
How to :
1. How to change the size that the gallery will run inside ?
- open up main.fla file
- double click on the gallery_mc (the only MovieClip on the stage)
- click on the blue rectangle to select it (it’s size_mc)
- resize it to the size you’d like.
2. How to change the speed, autoplay, margin, xmlFile, desHeight, duration, timeColor
- open up main.fla file
- click on the first keyframe, press F9 to open AS panel
- uncomment the only line of code and change the thing you’d like (you only need to include the property you’d like to change) (by delete // )
WARNING : DON ’T DELETE ANYTHING INSIDE gallery_mc OR THE GALLERY WON ’T RUN .
(you can remove the description_mc, buttons by setting the desHeight to a small-enough value, 0 for example)
3. How to change the color/shape of the preloader, background, font, text color, buttons color/shape?
- open up main.fla file
- double click on the gallery_mc (the only MovieClip on the stage)
- double click on the item you’d like to change shape/color and modify it.
4. How to plug this gallery into your project?
- copy the gallery_mc on the stage and paste it in your project (that means drag & drop)
- add the only line of code on AS panel if you’d like to change the configuration.
- copy all the subfolder and .as files into your project folder.