- 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 : snowcat
23 purchases
Package includes: FLA
Opens with: Flash MX 2004, Flash 8, Flash CS3, Flash CS4
Viewable with: Flash Player 7 and above
Published size: 3kb
Flash knowledge required: Basic
Documentation: Well documentated
Dock Menu with Text demo1
The same stylish Dock Menu but this time with embedded text.
The text items have the following changeable properties:
- big size (on roll over)
- spacing
- influence
- snap&fade
- reflection
- automatic scrolling
- changeable scroll speed
- adjustable expanding direction
- vertical menu orientation
All the code is in the first frame of the dockmenu_container symbol.

- Price : $5
- buy now
- add to alerts
Dock Menu with Text demo2
Dock Menu with Text demo3
I just knew it … after looking for 2 1/2 hours … I found the coding in the action scripting … Murphy’s Law … Cheers
Hi
I purchased the whole kit kaboodle yesterday and am slowly working my way through each product … I’m stuck on the dockmenu Text as it doesn’t contain an xml file for me to change the url target etc … I can change text names etc but cannot locate coding for targets etc. Had no problem with dock menu, carousel etc … just this one.
Cheers
s.nannipieri, it’s pretty difficult for me to tell you exaclty what to do, but you could move this menu as you are moving any movieclip using the shown method. The movie clip containing this dock menu is “dockmenu_container” from the Library. So you can create an instance of this movieclip in your current project then apply to it your method the way you are applying it to other movieclips.
Hi, i want to embed your script in my company site, but i have one trouble. I’m using object’s X,Y to move automatically it on movie resize. The function is this:
MovieClip.prototype.move = function(x,y){
this._x = (x-this._x)/4;
this._y = (y-this._y)/4;
};
this.onEnterFrame = function(){
object.move(X,Y);
};
How can i apply it to your script?
Very Thenks
(Sorry for my bed english)
Well I actually don’t remember what is the font I used in the demo and I don’t have it anymore in the archives. I’m usually using fonts from dafont but their database is huge.
You could find some useful information in this article: http://www.flashxml.net/basic-instructions-on-how-to-setup-snowcats-flash-products.html to help you use my file in current Flash projects.
hi snowcat
could you tell me the name of the font featured in your design, when i loaded up the fla it said the font was missing.
also i want to embed the component in my current flash site, linking to the labels within my movie, rather than an external html. how can i do this ?
thanks
Jon
“The file mentions editing the mask file to reflect the background colour, but i’m not sure how to do this” – double-click the mask symbol in the Library (Ctrl L), select the gradient rectangle on the stage, go to Color panel (Shift F9) and change the color for all five gradient controls
Hi Snowcat,
useMirror is already set to 2.
The file mentions editing the mask file to reflect the background colour, but i'm not sure how to do this. when i try to change it to black, the whole mask is black and there are no reflections, if i don't change it the mask shows as white.
Could you give me some advice on how to change the mask please.
Thanks
Mick
Hi,
Well, the reflection is already created, you just have to enable it by setting
useMirror = 2;
Regards,
Snowcat
























help
and feedback
latest
news
latest
forum entries
I’m glad you finally managed to work it out.
This was specified above: “All the code is in the first frame of the dockmenu_container symbol”