Subscribe to our newsletter:
Awaiting 3 votes.
Posted by : vip on 09/07/2008
7570 pageviews, 21 purchases
Package includes: FLA
Opens with: Flash 8, Flash CS3
AS Version: ActionScript 2.0
Viewable with: Flash Player 5 and above
The component is fully made in ActionScript 2.0 and the code can be found in the first frame of the .FLA file. Variables that you can change:
galeryWidth set the width of the gallery
galeryHeight set the gallery height
menuHeight set the height for the up and bottom menu
menuSpace spacing between the up menu and first pictures of the gallery
menuSpacing spacing between menu butons
colors set the colors for the buttons gradient when it is inactive
colorsOver set the colors for the buttons gradient when it is active
pictureWidth the width for the preview picture
pictureHeight the height for the preview picture
pictureBorder the size of the border for the preview picture
pictureTitle the size of the title for the preview picture
pictureSpacing the minimum spacing between the picture ... it will be resize for the best position of the pictures
pictureAlpha alpha for the picture preview when is inactive
pictureBorderColor the color for the border of the preview picture when mouse is not on it
pictureBorderColorOver the color for the border of the preview picture when mouse is on over it
active the active category for the beginning is it is undefined then there will be nothing when you load the file
menuTextFormat set the text format for the text in the menu
titleFormat set the text format for the text in the title of the picture when mouse is not over it
titleOverFormat set the text format for the text in the title of the picture when mouse is over it
infoTextFormat set the text format for the information text on the picture when it is on ViewMode
The code is well commented so you are not going to have problems understanding it ... and you have a specification word document with all you have to know ... Enjoy
I offer full support for this component
- Price : $12
- buy now
- add to alerts
Sample
I want to change customize the top menu. I want to remove the filltype and maybe add a box around the words and change the font. What lines do I change for that?







help
and feedback
latest
news
latest
forum entries
For the menu text font you have line 30: menuTextFormat.font=“verdana”; (you give what font you whant)
the filltype is a liniar gradient … if you whant to change the colors line 6,7: colors=[0×000000,0xFFFFFF]; colorsOver=[0×00FFFF,0xFFFFFF]; (if you give the same color …then you will have a simple fill);
if you whant to remove the fill just remove lines 112 and 104: beginGradientFill(fillType, colors, alphas, ratios, matrix); beginGradientFill(fillType, colorsOver, alphasOver, ratios, matrix);
the menu autoSize in order to get a good top position on the top … if you need more help contact me at viptehnology@yahoo.com