Login / Sign Up

Your cart has 9 products totalling 306.50 USD

Dock Menu with Text

 

 

Features:

The same stylish Dock Menu Basic but this time with embedded text.

The text items have the following changeable properties through the FLA file:
- 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.

 

  • FREE ARCHIVE
  • - currently, there is no free archive to download for this product
  • - an FX component similar to this file could be released soon, please check this page for updates

PAID ARCHIVE

  • - Label FREE ( FlashXML.net )
  • - customizable AS2 FLA file for new or current Adobe Flash projects
BUY FOR 5 USD
  • DETAILS
  • FLASH INSTALL
  • LICENSE

 

Non-Flash users:

This product cannot be configured without using Flash, but the Text Menu FX component can. Please consider using the FX component.

 

Flash users

Please read the FLA installation instructions to be able to easily configure the FLA file with Adobe Flash (8, CS3 and CS4 supported) and to embed this product into your website.

 

 

Please read the FLA installation instructions to be able to easily configure the FLA file with Adobe Flash (8, CS3 and CS4 supported) and to embed this product into your website.

 

 

Personal License (details ...) 5 USD Add to cart

The "Personal License" grants you, the purchaser, a non-exclusive and non-transferable right to make use of this product in a single non-commercial application*, your own work or client work.

If this product will be included in an application that is owned by a company or in an application that is owned by an individual but generates money in any form then you will need to purchase the "Commercial License" below.

If you want to use this product in multiple applications owned by the same individual or company then you will need to purchase a suitable license (Personal or Commercial License) for each application, or you can purchase the "Special License" below.

If you want to use this product for your clients then you will need to purchase a suitable license (Personal, Commercial, or Special License) on behalf of each of your clients or you can purchase the "Extended License" below.

You are not allowed to include this product in applications that are for sale.

You are not allowed to directly or indirectly license, sub-license, distribute, redistribute, sell or resell this product.

*an application can be a website, a software, an electronic document such as a PowerPoint presentation or an ebook, a printed document, a video production. There is no restriction on the number of copies of this product within the same application, but the copies should not be for sale.

Commercial License (details ...) 14 USD Add to cart

The "Commercial License" grants you, the purchaser, a non-exclusive and non-transferable right to make use of this product in a single commercial application*, your own work or client work.

If you want to use this product in multiple applications owned by the same individual or company then you will need to purchase a suitable license (Personal or Commercial License) for each application, or you can purchase the "Special License" below.

If you want to use this product for your clients then you will need to purchase a suitable license (Personal, Commercial or Special License) on behalf of each of your clients or you can purchase the "Extended License" below.

You are not allowed to include this product in applications that are for sale.

You are not allowed to directly or indirectly license, sub-license, distribute, redistribute, sell or resell this product.

*an application can be a website, a software, an electronic document such as a PowerPoint presentation or an ebook, a printed document, a video production. There is no restriction on the number of copies of this product within the same application, but the copies should not be for sale.

Special License (details ...) 19 USD Add to cart

The "Special License" grants you, the purchaser, a non-exclusive and non-transferable right to make use of this product in an unlimited number of personal OR commercial applications* owned by you or your company.

If you want to use this product for your clients then you will need to purchase a suitable license (Personal, Commercial, or Special License) on behalf of each of your clients or you can purchase the “Extended License” below.

You are not allowed to include this product in applications that are for sale.

You are not allowed to directly or indirectly license, sub-license, distribute, redistribute, sell or resell this product.

*an application can be a website, a software, an electronic document such as a PowerPoint presentation or an ebook, a printed document, a video production. There is no restriction on the number of copies of this product within the same application, but the copies should not be for sale.

Extended License (details ...) 95 USD Add to cart

The "Extended License" grants you, the purchaser, a non-exclusive and non-transferable right to make use of this product in an unlimited number of personal OR commercial applications* owned by you OR your clients.

This license was created for individuals and companies such as freelancers and design agencies which make custom work for their clients. Your clients will benefit of this product as a tool or service you are offering.

You are not allowed to publicly advertise (e.g. on your website, on printed brochures, etc) that you are offering this product as one of your tools or services.

You are not allowed to include this product in applications that are for sale.

You are not allowed to directly or indirectly license, sub-license, distribute, redistribute, sell or resell this product.

*an application can be a website, a software, an electronic document such as a PowerPoint presentation or an ebook, a printed document, a video production. There is no restriction on the number of copies of this product, but the copies should not be for sale.

  • COMMENTS
  • SEARCH COMMENTS
tania

Hello,
My last post question about BG colour – it’s ok, i found how to do it.
But about color on roll over – in FLA version for MX 2004 there are not a line 20 with “red” – how I can to change a colour?
Thanks

support

Hi,

Sorry to announce you but the MX2004 version doesn’t supports to change the color on roll over.

Posted 27 Days Ago
tania

Hello,
I use MX 2004.
1. How I can to change roll on color?
2. BG colour?
Thanks

Posted 28 Days Ago
matan

I would like to know if I will but this componnet that I can link it to Specific frame on the FLA file.
I will us it on a Flash website that I am building.

if you can explain how to link from the menu to the frames I will be grateful!

Matan

support

Hi,

Please read the below comment (Rick), you’ll find the answer to your question there.

Posted 1 Month Ago
Rick

How can I alter the URL’s to point to a FLASH location? As in on(Release)...?

Thanks,
Rick

support

Hi,

You could try something like this:
1. Open the dockmenu text.fla file with Flash 8/CS3/CS4.
2. In the Library panel (Ctrl + L) right click on the dockmenu_container and select Edit.
3. Press F9 button in order to open the ActionScript code.
4. A panel should popup. On lines 29-36 you have the urls for each button.
You can alter this urls if you want to play a different frame in your FLA file.

e.g.

urls[1] = 1 – this will go to frame one from the main FLA
or urls[1] = “labelName” – this will play the frame that has this label.

5. Next on the line 132 instead of this line:

getURL(urls[i], target);

write this:

gotoAndPlay(urls[i])
Posted 1 Month Ago
Roni

I’m using CS3

support

Hi,

To change the color you’ll have to do the following steps:

1. Open the dockmenu text.fla file.
2. Go to Window->Library(Ctrl+L), right-click on dockmenu_container and click on Edit
3. Go to Window->Actions(F9) and you’ll have access to the source code.
4. To change the color on roll over like the one from our website you’ll have to change from line 20 the value of red to 0.
5. Save the changes (Ctrl+S) and go to Control->Test Movie(Ctrl+Enter)

After this open the swf file and you’ll have it as you want it.

Posted 1 Month Ago
Roni

Hi again,
I’m sorry my friend, but in both files the text stays black…

support

Hi,

What version of Flash are you using?

Posted 1 Month Ago
Roni

Hi,
On this page, whenever I rollover a word, it turns into red but i downloaded it, it doesn’t, it stays black.
How do i change and make like the one on the display on this page?

support

Hi,

Only the dockmenu text mx2004.swf file is like you said. Use the dockmenu text.swf for the effect you see on our website.

Posted 1 Month Ago
jen

I have changed the document background to black, but the mirror image is still white. How do I change this?

BTW-This is my favorite navigation menu! Simple and flashy enough to get some attention!

Thanks!

support

Hi,

You’ll need to open the FLA file.
In the Library panel (Ctrl L) you’ll see that are multiple symbols called: text7, text6, text5,... and so on.
If you double click on the icon of one of this symbols it will take to a new section where you’ll be able to edit the text.
So after you double click on a symbol icon, on the stage should appear the text.
Double clicking on the text will allow you to modify the text color using the properties panel (Ctrl P)

Posted 4 Months Ago
MarkM

Hello
i am working with flash cs4 but still not able to customize and add text to the “dock menu with text” and to connect hyperlinks from the text in the menu to different web pages.
It should be a simple task but I can not figure it out.Can you help?
Thank you

support

Hi,

Open the FLA file.
In the Library window (Ctrl L), double click on the dockmenu_container’s icon.
Select the first frame from the main timeline and press F9.
The lines 30-36 is where you insert your own links.

Posted 4 Months Ago
dusan

Hallo

Posted 5 Months Ago

Leave a Reply

Only alphanumeric characters allowed
Please type a message!
Format your comments using Textile: *bold*, _italic_, "link text":address, @code@