Home / Components / Menus & Navigation / Classic Menu XML /
Classic Menu XML
13 purchases
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website&nbs... [+]
> View graphic table with full license features
$4.00
Package includes: FLA
Flash Version: Flash 8, Flash CS3, AS 2.0
Viewable with: Flash Player 7
Action Script: ActionScript 2.0
Product ID:F0800332
The ActionScript 3.0 version for Classic Menu XML is now available here.
$4.00
License:
Personal License By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.
| Usage Terms: | Personal | Commercial | Multiple |
|---|---|---|---|
| Use in ONE SINGLE NON-COMMERCIAL project | |||
| Unlimited use in the same project | |||
| Use in ONE SINGLE COMMERCIAL project | |||
| For your client's ONE SINGLE COMMERCIAL project | |||
| MULTIPLE COMMERCIAL projects | |||
| For your client's MULTIPLE COMMERCIAL projects |
Other by redkip:
Related components:
Featured components:
XML Image Gallery / XML Photo Gallery & XML...[+]



















7 comments
Add comment
chrisgriffith
#  /  PM  /  posted on Jul 18, 2008
Shad
Hi:
I bought this component and need to show description for each thumbnail, as chrisgriffith. Could you please answer. I bought the item so as to have this capability. Your quick answer is appreciated.
#  /  PM  /  posted on Jan 05, 2009
redkip
Hello,
For the description to appear you must insert a text on the Stage, and give it a name. Than in the init_thb function, in
parentThumb.onRollOver = function() {
the text field (let’s name it txt_desc) txt_desc.text = description[i];
}
The vector decription is initialized in the xml.onLoad function.
All the best,
Alan
#  /  PM  /  posted on Jan 06, 2009
Shad
Hi redkip:
I thought my other message came through. Thanks for the quick reply. That shows the description on the the stage, but I want it on each individual thumb.
Secondly, is there a way to resize the thumbs? There is too much empty white space below them for my need. Thanks again.
Shad
#  /  PM  /  posted on Jan 16, 2009
redkip
Hello,
Insert a text field in the* imgMc* movieclip, and give an instance name, let’s say description_text . Than in the* init_thb* function:
parentThumb.description_txt.text = description[i];
You can give any size for you thumbs. Enter the same size(width and height) for the border rectangle inside the imgMc movieclip.
All the best,
Alan
#  /  PM  /  posted on Jan 18, 2009
Shad
Thanks. Will try that.
#  /  PM  /  posted on Jan 19, 2009
Ivana
Hi- I bought the component and can’t seem to figure out what to do if I want to have a second xml with different images and a different name (because i’m using the scroller twice). How do I change the xml source so that instead of “images.xml” its source is images2.xml”???
#  /  PM  /  posted on Aug 14, 2009