Search  

TWEENED MENU

HomeBrowse CategoriesFlashMenus & ButtonsHorizontal MenusTweened Menu

Horizontal menu with tween Adjustable colors, tweens, blur, speed…

My other files:

Posted 9 months ago

Hello, just like Bikul (see post above) I like to make a frame-html-site, where the upper menuebar with your FlashMenu is changing the stage-html content. Can anyone give me Bikul his email? He posted a similar question and i would like to have contact with him. Thx!!

Keep up the good word FD!!

Posted 5 months ago

I’m trying this with no success. Can you help me? } trace (“Actions button 2”;); // add code here for button 2 break ;

case 2:
                on (release) {
if (_root.currMovie == undefined) {
                _root.currMovie = "whatwedo";
                container.loadMovie("whatwedo.swf");
} else if (_root.currMovie != "whatwedo") {
                if (container._currentframe>= container.midframe) {
                                _root.currMovie = "whatwedo";
                                container.play();
                }
}
Posted 5 months ago

hello how do i get the slider to know what page its on?

is this possible ? seems like the only way to use this navigation properly is with frames so when you click down on a menu item it stays highlighted/underlined while your on that page

as soon as i click on a new section the navigation appears with HOME underlined / selected and not the current section i’m looking at

any suggestions? i’m using it in a php blog type environment with permalinks

Posted 5 months ago

Hey, I just download this file. I opened it edited it tested it then save as CS3 and the slider no long works any way to fix this?

Posted 5 months ago

Sorry I didn’t realize a folder went with it Thanks!

“source (.fla) and folder caurina must be in same folder…”

Posted 5 months ago

hi! anyone could point what to look for as I am trying to make an external swf link to a swf with this menu on. but i want tell the menu on which instance to be, determined by a link or something? TIA , any thoughts is appreciated.. jrmbrbr at gmail dot com

Posted 5 months ago

I purchased your menu sliders but can’t seem to understand how to get it going. I am using flash pro 8. I thought it was going to be a simple file but when I saw all the files I knew I screwed up. I opened the flash file and publish it but the menu just sat there. I will get the buttons to direct me where to go once I get this thing moving. What do I do with all of those files? I never seen those before. Yes I am a noob but I am trying to build my site from scratch. Please help me out!

Posted 5 months ago

@ philfree37

Make sure that the caurina folder is at the same location as the .swf you’ve created. (the files in that folder contain classes that your .swf is using to create the movement of the line etc.)

I’m sure you’ll figure it out…

Posted 5 months ago

I’d like to change the wording of the links in the navigation bar. But the slider isn’t adjusting to the width of the new words. Is there a proper way I should be doing this?

Thanks in advance.

Posted 5 months ago

Cool menu ! Well done djankey

Posted 4 months ago

Hi there

Please can you tell me how to make the current page button be underlined? Instead of each page having the HOME button underlined everytime.

Many thanks and great menu!!

Posted 4 months ago

i like it!

Posted 4 months ago

at the guys with the selected button problem:

use flashwars like this:

and in the .fla file (the action layer) change the line

selectedButton = 1; // selected button on start

to this;

selectedButton = _level0.button;

now you can select the button by buttonid ;o)

nice script – thanks

Posted 4 months ago

sorry – the flashvars….

<param name=”flashvars” value=”button=5” />

Posted 4 months ago

Hi Microq

Thanks alot for your advice…I changed my actions to what you said but now my menu isn’t animating, probably because I didn’t do the other thing you mentioned, for example what did you mean by…

now you can select the button by buttonid

What else do I need to physically do?

Many thanks

Posted 3 months ago

HI HOW CAN I HAVE A DROP DOWN MENU IN ONE OF THE BUTTONS ?? CAN PLEASE EXPLAIN ME , SO I CAN BUY IT !! THNAKS .

Posted 3 months ago

Hello!

I really like this menu – but I still don´t get this running as I need it. I want to open my content in an IFrame. Usually I make this like getURL(“content”,”framename”;); ... in this case I thought the same way

case 1:    
    getURL("index.html", "framename");
trace ("Actions button 1");     // add code here for button 1
break ;

But it only opens in a new Tab (site)... is there anything else I have to do that this will work right?

Thanks for help! M

Posted 2 months ago

I bought this tonight – it says “Unexpected File Format” & will not open? Am I missing something? I’m using Flash MX 2004 is it not compatible?

Posted 2 months ago

Nevermind :) – I reloaded Flash 8 and it works.

Posted 2 months ago

:)

Posted 2 months ago

Great Menu and Simple to use , Got it , thx

Posted 2 months ago

great menu! Could you please help me with the links. (noob question) I’m trying to use the Tweened Menu on a template page & the nav links automatically point to the folder where the template file is located. eg. Can’t find templates/home.html All of my site pages are in separate folders eg. home/home.html getURL(“home.html”,”_self”;); also getURL(“home/home.html”,”_self”;); the error: File Not Found: sitename/Templates/home/home.html many thanks

Posted about 1 month ago

Great File!

Microq, Thanks for your explanation as to how to have the file know which page it’s on. I got that working super easily.

I wanted to know if it would be possible to have the get url action occur after the button fades into the new color instead of getting the url right when its click.

Thanks!

Posted about 1 month ago

Hello coders,

I will open a popup when I click on the button. I try it like this but it doesn´t work. Can anybody help me?? thanx html: function openNewWindow(URLtoOpen,windowName, windowFeatures) { newWindow=window.open(URLtoOpen, windowName, windowFeatures); } case 2: getURL(“javascript:openNewWindow(‘http://www.macromedia.com’,’thewin’,’height=400,width=400,toolbar=no,scrollbars=yes’;);); trace (“Actions button 5”;); // add code here for button 2 break ; Posted about 1 month ago

djankey Really like this menu. But I don’t understand how to link my html pages. Could you give me a simple explanation as how to create links to html pages?

Posted 15 days ago

open source code (.fla). Then select “actions” layer. Open actionscript panel (F9). Goto actionscript line 101. Add you actions there (tip: read actionscript comments… )

Posted 15 days ago