- All
- User Interface
- Scroll Bar Components
- Flash XML Calendars
- HTML / XML News Readers
- HTML / XML Tables & Grids
- Flash Contact Forms
- Date Picker Components
- Flash XML Guestbooks
- Color Picker Components
- Countdown Components
- Flash Tool Tip Components
- Image Zoom & Panning Controls
- Flash Text Tools & Editors
- Rating and Pool Systems
- Flash Weather Widgets
- 3D Object Rotators
- Shopping Carts
- Flash Maps
- Galleries & Slideshows
- Menus & Navigation
- Design & Effects
- Audio & Video
- Templates
- Applications & Games
- Various
- Adobe Flex
- Adobe AIR
- Free Flash Files
- Lightroom Plugins
- Dreamweaver Extensions
Posted by : redkip
4 purchases
Package includes: FLA
Opens with: Flash 8, Flash CS3, AS 2.0
AS Version: ActionScript 2.0
Viewable with: Flash Player 7 and above
Flash knowledge required: N/A
Documentation: N/A
Horizontal Mode
You can load unlimited images via the user friendly XML configuration file. You can change the image spacing and the thumb rollover transparency. Easy to adjust the graphics inside the FLA file.
The ActionScript 3.0 version for Classic Menu XML is now available here.
- Price : $4
- buy now
- add to alerts
Vertical Mode
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
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
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
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.
A really good and nice moving component -- I purchased this some time back. But how do I get the descriptions for each item (the text) to show?























help
and feedback
latest
news
latest
forum entries
Thanks. Will try that.