Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Cannot Add A Link To A Menu Button



Hi Everyone,

I am soooo frustrated and found this forum. Four hours messing with this simple thing. I am using Flash 8 with a bought template. I want to add links to the menu buttons. I assume there are none there.

Under "library" i found 6 graphic files named Symbol9 through Symbol14 which are the menu words. I have 6 button files named Symbol3 through Symbol8. I don't know what they are but i am assuming they are the hit area as i see it opened in the timeline.

Now i cannot add the link code to the button as i get this error: "Current selection can't have actions applied to it.".

No matter what i do i can't get the code there. I have searched all over the web and found many forums. Nothing makes this thing work. The menu files for the text are not buttons so i cannot put code there. Can someone please help me?

Thanks,

Gibs



DevShed > Flash Help
Posted on: May 12th, 2008, 04:27 AM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Menu Scoll Button Link Help..
so far I have been working on a menu scroll from the tutorials section here is the link

http://www.flashkit.com/movies/Inter...5104/index.php

// here is the main swf code

fscommand("allowscale", false);
fscommand("trapallkeys", true);
MovieClip.prototype.acc = 3.9;
MovieClip.prototype.smorz = 1.22;
// ACTION FOR THE BUTTON
MovieClip.prototype.DoSomething = function(theClip) {
trace("nome: "+theClip._name);
trace("valore: "+theClip.mov.txt);
// here you can add your script for the button action...
MovieClip.prototype.DoSomething = function() {
// this is your do something code
_root.loadMovieNum(myLoadswf+".swf", 1);
};

};
// label botton
nomi = new Array("work", "resume", "play", "contact");
loghi = new Array("cubo", "triangolo", "ottagono", "sfera");
loadSWF = new Array("work", "resume", "play", "contact");
max = 3;
// creo il menu
for (i=0; i<=max; i++) {
duplicateMovieClip("_root.menu0", "menu"+i, i);
myMenu = _root["menu"+i];
//the line blow will apply the appropriate name
//variable to each duplicated clip
trace (i+" : "+loadswf[i])
_root["menu"+i].myLoadSWF = loadswf[i];
myMenu.mov.txt = nomi[i];
myMenu.attachMovie(loghi[i], "logo"+i, (5000+i));
myLogo = eval("_root.menu"+i+".logo"+i);
myLogo._x = -76;
newColor = new getColor(myMenu);
}
_root.menu0.attachMovie("cubo", "cubo", (7000+1));
_root.menu0.cubo._x = -76;
// coloro i menu in modo differente
function getColor(what) {
inizio += (255/nomi.length)/3;
colore = new Color(eval(what));
alex = new Object();
alex = colore.getTransform();
alex.rb += inizio;
alex.gb += inizio;
alex.bb += inizio;
colore.setTransform(alex);
}

// here is my button's code

on(release){
this.DoSomething()
trace (myLoadSWF+".swf");
}

If anyone can help me that would be great.. I just can't get the button to load my swf movies

thanks george





// comporranno il nostro menu
//

Link From A Button In A Menu, To An Iframe.
I'm working on a project where i've created a Drop down menu, and i want the buttons to link to an IFRAME i have on the same page. The Iframe's "name" is content.and the page i want to get inside of it is main,(and so on for the rest of the pages).How can i do this?
This is what i tried:
on (release) {
getURL("main.shtml", "_content", "GET");
}
Thanks in advance

Animated Menu Button Link - HELP
So, I take the next step from basic navigation and build out an animated nav bar -- nothing too fancy, just a fly-out menu of buttons -- which I built from someone's tutorial. I turned out fine, but I can't seem to make the buttons link.

At first I had multiple scenes, but I read in the forums that scenes are bad -- so I ditched the scenes. I also moved from having the action on the button instance in the MC to have the actions on a frame in the main scene. Again, nothing fancy, it works for a stationary button I put in the main scene (see sample).


Code:
Menu_mc.Button_btn.onRelease = function (){gotoAndPlay("Scene1", 10);
}
I'm guessing that since the button is sitting in a MC, that I somehow need to target the main scene, but I can't figure out how to do this. I've been fiddling around with this thing, and can't get it to work. Help!

Thank you.

Dynamic Menu Text Box And Button Link
hi guys,

i am just wondering if it were possible to have a button pull in text from a dynamic text box in a set X & Y coordinate? i want to change this fla to read the text above the buttons. eg, if the label was the same as a keyframe label, the button would tell the flash to go to the said label. i figure the button would have to work out where on the stage it was, then check to see if any text box's were in the same coordinate and then use the text within as part of a script, eg _root.gotoAndPlay.{FRAME LABEL NAME PULLED FROM TEXT BOX}

i hope this makes some kind of sense. the whole point is i would like to have the menu pull in the data from a database as part of a full content managed flash website.

all help most welcome.

gibster

Flash Menu Button Link To A Dreamweaver Page?
hallo,

I want to learn if i can link an Flash menu Button
                          - with a dreamweaver inside page
(which this Flash movie clip is loaded in a dreamweaver page )
(and all of above are in the same website)

Thank you
Nikolas



Rephrased Title: HELP, PLEASE-button 'down' Then 'up' In Drop Menu Link Area
I'm sorry for repeating the post, I just thought that the title might have confused everyone!

Hi,

The drop down menu I'm referring to is located in the main movie. The menu is a movie clip with the buttons inside and I have each button as 'track as menu item' in the properties. The buttons are linked to external swfs that load into an empty movie clip on the main stage. Everything loads perfectly no problem. The problem is that I can't seem to figure out the right code to put on the sub-menu items/buttons in the drop down menu to show the 'down' state when the corresponding movie is loaded (i.e., about-main button, philosophy [menu item], philosophy movie loaded). Then get it to go back to the 'up' state when another button is pressed in the same drop area part of the menu? I hope I explained myself clear enough without confusing anyone!

I would appreciate any help - I think I'm going to lose my mind - this is driving me crazy!!

Thanks - Alleen

Button Link Inside Movie Clip Link To Slide #
First let me say I am a very new to ActionScript and Flash, but have a pretty good understanding of the web and a basic understanding of object oriented scripts from CSS and a few other languages.

I have a navigation menu which is a movie clip containing buttons inside it and have a slide presentation as my main content. I am trying to make the buttons link to a specific slide # in a different part of my flash presentation.

You can see the page here: http://brhpc.ericlevay.com

The nav menu is a downloaded source and the slide show is the default canned one from the Flash templates directory.

I was hoping to use the gotoandStop (slide#) to make the connection between the nav button and the slide but it does not do anything.

I will provide the source if needed...

Thanks!

Text Flash Link - Button Mouseover & Link
Hi - I'm a basic user of flash mx - I'm redevloping my design site. How do you make text links and how do you do mouseover scripts in flash MX.

Thanks for your help

Menu Link To Same Scene As Menu
I'm trying to make a scene with a menu. That I can do but what I'd like to do is that the links open beneath or on the side of the menu instead of totally chaging scenes. I don't klnopw if I'm being real clear. Check out http://www.recordsrecords.com for example. This is the idea. But I don't know how to do it.
Thanks already

Menu Link
Bear with me I'm new at Flash. I need to link a button in one Flash File to a specific frame in a separate Flash File. I know how to connect to the url but it always starts at the beginning. I'd like to start in the middle at a specific frame. Can anyone help?

coyotekel@ev1.net

Help Can Anybody Be Able To Add Link To This Xml Menu?
If you can,please tranfer the modified files here.
thanks.

Menu Link To Mc Instead Of Pop-up.
I came across this script that makes a cool little menu that opens the links into another browser window. I'm stuck trying to figure out how to make it rather change the contents of a movie clip on the stage instead. Anyone got any ideas? The authors email no longer works.

Thanks





// this is on a button on the stage
onClipEvent(mouseMove)
{
xMouse = Math.floor(_root._xmouse);
yMouse = Math.floor(_root._ymouse);
distance = _root["button" + _root.nButtons]._y - _y;
if(xMouse < _x || xMouse > (_x+_width) || yMouse < _y || yMouse > (_y+(distance + _root["button" + _root.nButtons]._height)))
{
for(j = 1; j <= _root.nButtons; j++)
{
_root["button" + j]._visible = true;
}
}
}
onClipEvent(mouseUp)
{
if(!this.hitTest(xMouse, yMouse, true))
{
for(j = 1; j <= _root.nButtons; j++)
{
_root["button" + j]._visible = true;
}
}
}


----------------------------------------------------------------------


//this is in a empty frame in the timeline
loadMovie("calendar_dates1.swf", "mcCalendar");
stop();

fscommand("allowscale", "false");

// xmlMenu v1.2b
// by jonas galvez | jonasgalvez@uol.com.br

var nButtons = 0;
var dbXML = new XML();

// handle xml
dbXML.onLoad = function()
{
// variable init
var title, button, text, link;
var ndRoot = this.firstChild;

// set the title of the menu
title = ndRoot.attributes.title;
menu.text = title;

// loop through the entire xml tree
for(var i = 0; i < ndRoot.childNodes.length; i++)
{
// ignore white spaces
if(ndRoot.childNodes[i].nodeName != null)
{
// number of buttons
nButtons++;
// set references to the button node
button = ndRoot.childNodes[i];
// get the name of the button
text = button.attributes.name;
// get the link
link = button.firstChild;
while(link.nodeName == null) link = link.nextSibling;
// attach the movieclip with the button
_root.attachMovie("button", "button" + nButtons, nButtons);
_root["button" + nButtons]._visible = true;
// set the _x position of the movieclip
_root["button" + nButtons]._x = menu._x;
// set the _y position of the movieclip
_root["button" + nButtons]._y = menu._y + (nButtons * menu._height);
// set the text of the button
_root["button" + nButtons].text = text;
// set the link of the button
_root["button" + nButtons].link = link.firstChild.nodeValue;
}
}
}

dbXML.load("../xml/calendar_menu.xml");


----------------------------------------------------------------------


//this is the XML file
<menu title="Sections">
<button name="All Church">
<link>../swf/calendar_dates1.swf</link>
</button>
<button name="College">
<link>../swf/calendar_dates2.swf</link>
</button>
<button name="Young Adults">
<link>../swf/calendar_dates3.swf</link>
</button>
<button name="Singles">
<link>../swf/calendar_dates4.swf</link>
</button>
<button name="Young Marrieds">
<link>../swf/calendar_dates5.swf</link>
</button>
</menu>

Link Menu In XML
Hello,

Anyways, I've got this menu dynamically generated by XML.

I have attached it, so you can download it and tell me what to do to fix this:

In the XML, there's a value that contains the URL to the corresponding item. I simply want Flash to go to that URL when the right button is pushed. I just have problems with getting the right button to go to the right URL. I think it's just a loop error.

It's much clearer in the attached file.

Basically, I want Google to go to google.com, and eBay to go to ebay.com.

Thanks

--iMat

Add Link To Existing Menu
Hi downloaded a lovely menu from here but I can't seem to add a link to it. Here is the script:

onClipEvent (load) {
xskal = 100;
yskal = 100;
jump = false;
sX = 0;
sY = 0;
multiplikator = .8;
ratio = .3;
titel = "Log-in";
}
onClipEvent (enterFrame) {
if (!jump) {
sX = Number(sX*multiplikator)+Number((xskal-_xscale)*ratio);
sY = Number(sY*multiplikator)+Number((yskal-_yscale)*ratio);
_xscale += sX;
_yscale += sY;
}
}

What can I add (or not) to make this button work without taking away from the present actions? It currently bounces in & out on the hit state. I would like it to remain that way but also go to another page onclick. I tried adding an on_release and the link works but the other script is renendered invalid. Thanks.

I Have A Menu With Set Variable, But How Can I Link These Var...?
hi,

at first sorry for my terrible English! Iam a german


here take a look:

set("_root.menu1.link1.theTitle", "Home");
set("_root.menu1.link2.theTitle", "Story");
set("_root.menu1.link3.theTitle", "Friends");
set("_root.menu1.link4.theTitle", "About Me");
set("_root.menu1.link5.theTitle", "2002 - 2004");
set("_root.menu2.link1.theTitle", "News");
set("_root.menu2.link2.theTitle", "Forum");
set("_root.menu2.link3.theTitle", "Mail Face");




Everything works, but how can i link a variable to a movie or to load a swf.data in a movie ???


help please!


mfg

Cant Link Menu Topics
i have this menu that ive altared to fit my site but cant now figure out how to link the sumbmenus to a url or frame or swf. ive treid lots of this but cant figure it out since it is diffucult for me to explain its best i just attach the file for anyone to see. anyway thanx for anyones helps ive been stuck on this for days and i know you guys could figure it out in minutes. thanx again for even looking at it

rich

Menu Tree Url Link
Hey all.

THIS SHOULD BE VERY SIMPLE

but im not a great coder !

---------------------------------

I am trying to get my modifeid Menu Tree (component) to link to an external URL or a SWF when you click on one of the expaneded (menus) nodes.

SEE ATTACHED FOR THE MENU fla:


here is the actinscript code part.-------------------------------------------

var treeListener:Object = new Object ();
treeListener.target = tree;
treeListener.opened = undefined;
treeListener.open_next = undefined;

/* a node in the tree has been selected */
treeListener.change = function (evt:Object) {
var node = evt.target.selectedItem;
var is_open = evt.target.getIsOpen (node);
var is_branch = evt.target.getIsBranch (node);
var node_to_close = node.getBrotherChilds (this.target);

// close the opened node first
if (this.target.getIsOpen (node_to_close) and this.target.getIsBranch (node_to_close)) {
this.target.setIsOpen (node_to_close, false, true, true);
this.open_next = node;
} else {
if (is_branch) {
this.target.setIsOpen (node, true, true, true);
} else {
this.target.selectedNode = node;
this.target.dispatchEvent ({type:"click", target:evt.target});
}
this.open_next = undefined;
}
};

treeListener.closeNode = function (node:XMLNode) {
for (var a in node.childNodes) {
if (this.target.getIsOpen (node.childNodes[a])) {
this.closeNode (node.childNodes[a]);
}
}
this.target.setIsOpen (node, false, false);
};

treeListener.nodeClose = function (evt:Object) {
this.closeNode (evt.node);
if (this.open_next != undefined and evt.target.getIsBranch (this.open_next)) {
evt.target.setIsOpen (this.open_next, true, true, true);
} else {
evt.target.selectedNode = this.open_next;
this.target.dispatchEvent ({type:"click", target:evt.target});
this.open_next = undefined;
}
};
treeListener.nodeOpen = function (evt:Object) {
evt.target.selectedNode = evt.node;
};



// set out listeners for the menu
tree.addEventListener ('change', treeListener);
tree.addEventListener ('nodeClose', treeListener);
tree.addEventListener ('nodeOpen', treeListener);


---------------------------------------------------------

here is the XML part :

---------------------------------------------------------
<node label="» NÚCLEO 1" value="2">
<node label="» GOVERNO">
<node label="Google"/>
<node label="Papai Noel no Maracanã"/>
<node label="Compra Rio" />
<node label="Expo Abbras" />
<node label="Detran RJ" />
</node>
</node>
<node label="» NÚCLEO 2">
<node label="» ABRIL" >
<node label="Playboy 30 Anos"/>
<node label="Luma de Oliveira" />
<node label="6&7 Prémio Contigo" />
<node label="Fashion Rio Stilo" />
<node label="Veja Rio ultimo" />
</node>
<node label="» Petrobras" >
<node label="33 anos" />
<node label="QSMQ" />
</node>
</node>
<node label="» PROGRAMMING">
<node label="» ACTIONSCRIPT">
<node label="» TUTORIALS">
<node label="Using the Data Binding Classes" />
<node label="Build A PhotoGallery" />
<node label="Customize DataGrid" />
</node>
<node label="» LIVEDOCS">
<node label="Customizing the DataGrid" />
<node label="PopUpManager.createPopUp()" />
<node label="Using Components" />
<node label="LiveDocs HomePage" />
</node>
<node label="Flash MX 2004" />
</node>
<node label="» PYTHON">
<node label="» WXPYTHON">
<node label="» WIKI">
<node label="wx.ToolBar" />
<node label="wx.App" />
<node label="Customize wx.STC" />
</node>
<node label="» ARTICLES">
<node label="» SCINTILLA">
<node label="Scintilla.org" />
<node label="Scintilla Docs" />
</node>
<node label="Python COM+" />
<node label="py2exe examples" />
<node label="py2app - MAC-OSX" />
</node>
</node>
<node label="http://www.python.org home" />
<node label="Jython python for java" />
</node>
</node>


-------------------------------------------------------------------------

Link On My Slider Menu
I've a very basic slider menu working, but I can't seem to link the buttons succesfully. I put the links in to a later frame in the movie, but something about it his off. I really need to get this finished (it's a department website for the school I work at) so any help would be greatly appreciated.

the source file is at:

http://www.geocities.com/aaronjaffe/courseselection.fla


Thanks,
Aaron

Flash Menu Link
I downloaded a Flash template that came with several .FLA files that all can be pieced to together for a full site. I just want to use the menu and then have my content open up in the blank area to the right of the menu. I searched all over and could not find out how to do this. Thank in advance!

[F8] Can´t Do The Menu Subitem Link
Hi, I am not exactly a newby in Flash, but not any expert either (not even a "little expert"). I use free templates for some menus that usually I customize without problems. But I got this one that is striking me down... I customized the layout and the menu and submenu titles, but I simply CAN NOT LINK THE SUBMENUS. Can anybody help me? I am also trying to make the "HH" logo to expand without the mouseover behavior (I would like it to do it onload or perhaps just loop expanding and contracting from time to time). But I also seem to be very unable to make it. I´ve been losing sleep, my head hurts, my eyes are red and I got nothing.Very humbly I ask for somebody to take a look and help me (file not attached due size, but I can send it no problem). Thanx

How To Link Outside In A Menu From A Movie
Hi,
I´m working on a new website for one of my friends, and have found a menu that opens up a movieclip for the specific themes. The menu consist of some animation when pressing the button etc.

BUT

I would to link outside the movie instead of linking to a movieclip. Could anyone plese help me where to put in my url in listed script below - thanks a lot

on (rollOver) {
if (_root.link<>num) {
this.gotoAndPlay("s1");
}
}
on (releaseOutside, rollOut) {
if (_root.link<>num) {
this.gotoAndPlay("s2");
}
}
on (release) {
if (_root.photos == 0) {
if (_root.lm == 0) {
_root.link = num;
_root.pages001.play();
_root.scroller.scroller.gotoAndStop(3);
gotoAndPlay("s3");
_root.play();
} else {
if (_root.link<>num and _root.animation == 1) {
if (_root.pl == 1) {
_root.splash.gotoAndPlay("pl2");
_root.splash.photos.all.gotoAndPlay("s2");
}
_root.animation = 0;
_root.link_prev = _root.link;
_parent["item"+_root.link].gotoAndPlay("s4");
_root.link = num;
_root.pages001.play();
_root.scroller.scroller.gotoAndStop(3);
gotoAndPlay("s3");
}
}
}
}

[CS3] 3d Rotation Menu (how To Add Link In AS)
Hi guys,

I've been downloading V.Ramraj 3d flower file for sometime

see tutorial here:
http://www.flashkit.com/tutorials/3D...-801/index.php

download the .fla file here:
http://www.flashkit.com/tutorials/3D..._Ramra-801.zip

I'm wondering how can I add link or gotoplay movie clip on those "loading" button.

I already make those "loading" button a movie clip and add gotoplay / other action to add url... but the code got error message instead.

it seems like the actionscript didn't work.

any suggestion??
I'm desperate here....

Menu Link Problems
Hi -- Still a newbie --have put together this cascading menu BUT cannot do 2 major things!

http://www.natourglobal.com/r-menu2.html


1)When I want to stipulate that the menu item (i.e. Products) wait to be clicked in order to get it to get the url....
2) I want to get the url when the item is clicked.

I tried onMyMouseClicked, myMouseClicked etc, etc, I am pretty sure that I am close, but just don't know what logic operator to use I guess....

Here's a small sample of what I have been dealing with...when I enter this as the code -- the minute my mouse is over the "item1" the get URL action takes place (even though no click has been done to select it!).

function IsMouseOnMenu1() {
with (menu1) {
mouseOnMenu1=false;
if (text1<>"" && mouseOnItem1==true){
mouseOnMenu1=true;
mouseOn1ItemNumber=1;
getURL ("http://www.automotive.com/products.html")
}

PLEASE HELP ANY WAY THAT YOU CAN! THANKS!

Add Link Into Flash Menu
Hi,
Please kindly help to insert the links to the menu,
i've tried getURL
but it just seems to ignore me,
I really need this thing working,

please check the file here,
dfn007.fla


greatly appreciate help

How To Link DropDown Menu
Hello, this is my first post. My question is, I just created a website in Flash and wanted to make it nice with roll over drop down menus. Everything works, got the sub menus to be buttons but i can find the action script to link them to a new fresh frame, I dont want to link them to seperate SWF's i want it all to be within the same FLA. Anyone have any suggestions or possibl solutions. http://www.mekergraphx.com/Delrok/GSE-MAIN.1.html here is the site.

Selected Link In The Menu ?
Does any1 know how to display what's been selected from the menu. for example changing the color of the button when its been activated.
thanks,
Nikolay

Link In Menu Bar Component
Hi, I've been searching through the forums, and although this seems to be a common question, I cannot find any answers anywhere! So here goes nothing:

How to script links for the menu bar component!! In the Flash Help, it tells you how to control when something was pressed but it seems to use some objects from the UIObject Class that I am 0 familiar with and well, I dont know, it didnt seem to work for me, Im kinda confused as to what are the parameters for the "menu bar" component, and what are the labels, etc etc... Basically all I need to know though is how to make a link for a main label and how to make a link for a submenu section... Geez, for as many times as I've seen this question asked on the web with no reply, this could almost be a sticky

hehe ok thank you!

Ted

Selected Link In The Menu ?
Does any1 know how to display what's been selected from the menu. for example changing the color of the button when its been activated.
thanks,
Nikolay

Link In Menu Bar Component
Hi, I've been searching through the forums, and although this seems to be a common question, I cannot find any answers anywhere! So here goes nothing:

How to script links for the menu bar component!! In the Flash Help, it tells you how to control when something was pressed but it seems to use some objects from the UIObject Class that I am 0 familiar with and well, I dont know, it didnt seem to work for me, Im kinda confused as to what are the parameters for the "menu bar" component, and what are the labels, etc etc... Basically all I need to know though is how to make a link for a main label and how to make a link for a submenu section... Geez, for as many times as I've seen this question asked on the web with no reply, this could almost be a sticky

hehe ok thank you!

Ted

XML Menu With Image And Link
Hi Guys
I know this could be a stupid question but I am new to flash.
I am trying to build a menu using XML and dynamic image loading like this one:
http://www.subaru.com (the menu on the Left)
Using xml and loading external image.
A sample fla or Tutorial would be greatly appreciated.

Thanks
:D

Link From Menu MC To Main Movie
I have created a MC "Menu" for my menu and inserted it in to my main movie "Main". The Drop down works, my rollover works, but... now when I click the selected button in "menu" I need it go to the correct FrameLable within the "Main" movie. What is the correct format to do this? I have tried several different ways.

Thanks for your asssistance.

Plastic Menu - Problem - Link
http://www.flashkit.com/movies/Inter...02/index.shtml


sorry here is the link for the file mentioned in the post earlier

How To Link My Drop-down Menu Item
Hi,

i have this sample drop-down menu done, however, i don't know how to link each item from the menu to the next scenes(eg: Scene 2, Scene 3 etc) in the same movie. Anyone can help?

Thank you:


confused:

Link Swf Menu & Swf Diaporama + E-mail
I have made two swf moovies (two files): one for the menu and one with pictures. I would like to link the swf pictures to the swf menu...How should I do ?
In the swf menu file, I have created a symbol-button in order to link to the swf moovie...I am now looking for the action script to make go and read the the swf moovie


I am also looking for the action script in order to make an @-mail link to a text : "mailtolthibier@wanadoo.fr" ?

Clone Menu Link Assignment
hi all

i have a little problem with a menu that generates clones from one item. it builds a menu from one item like this:

menu = ["one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", "eleven", "twelve", "thirteen", "fourteen"];
ypos = [];
clips = [];

ystart = 50;
gap = 102;
space = 19;

len = menu.length;

...

and so on...

but i dont know how to activate each particular point so i can assign them links or movie-targets.

any help asap i would very apperciate. thanks in advance!

Dynamic Menu Loadmovie Not Link
hi

I really need some hand holding here I’m not a programmer. I found this dynamic menu on FlashKit made buy Jason Latta and he is not available to help.

The below script was designed to link url’s. “Scottae’s” helped me with the line:

if (eval ("..:" add name add "url ") ne "" and eval ("..:" add name add "url ").indexOf("http: //www.") ne -1) { getURL (eval ("..:" add name add "url "));
} else {loadMovie (eval ("..:" add name add "url "), 1);

with that new line inserted the button loads the movie into a new browser window. I would like it to loadmovie into layer 1 of the same movie “index3.”

Here is more info and the fla’s - http://www.othoap.com/portfolio/

on (release) {
name = getProperty("", _name);
..:target = getProperty("", _name);
..:target_y = Number(getProperty("", _y))+Number(getProperty("", _height));
if (eval("..:" add name add "url ") ne "" and eval("..:" add name add "url ").indexOf("") ne -1) {
getURL(eval("..:" add name add "url "));
} else {
loadMovie(eval("..:" add name add "url "), 1);
}
down = substring(..:target, 10, 1);
if (..:CurrentSubSet eq down) {
call("..:CreateMainTopics");
} else {
call("..:CreateSubTopics");
}
}


Can any one suggest someone or forum who could help me with my script? It seems the answer is close but I’m unable to connect the dots. I really need some hand holding.

thanks
sam@othoap.com

Drop-down Menu Wont Link
Can someone PLEASE help me to get the drop down menu items to link like they're supposed too. This is driving me crazy.

Attaching Link On End Of Spinning Menu
Hey,
I am trying to make a menu tree out of the attachment i have posted and need to figure out how to get links on the end of each limb.

The closest thing i can find to what i am trying to do can be found at http://muse.mu

Anyone have any ideas?

Smooth Menu Link Scroller
hi everyone!

i really need to know how to make a simple interface where there is a text box, a next button and a previous button. When you click the next button, the next item slides into the textbox, and if you press the previous button, the last item slides back in. If you dont understand yet, this is the look of the textbox i really need.

[<<] [text box] [>>]

Where it says "text box", there will be different links that slide in when the buttons are pressed.

i really dont know how to make this so please give any help you can!

thanks!!

sam

Adding A Link Closes My Menu
I finally got my menus to work the way I wanted them to. Until I add a link to the sub menu. When I did that it just closes my menu.

I setup each menu to open on "Over" and then I put in an empty button to close the menu.

I've tried converting the sub menus to a button and then a movie, both did the same thing.

I've am actually pretty proud of my self for creating this, being that I am still a rookie with Flash, but this part has been really giving me a head ache.

I posted an example if this doesn't make sense.

Flash Menu Problem (with Link)
Please look at the following test site...

http://taildraggers.dyndns.org


Look at the flash menu on the left. Why is it that you first have to click on the menu before it animates? I am a VERY FLASH NOOB, and I made this using a generator. Is there something I can put in the code somewhere to fix this?


Thanks in advance.

[MX] Link Will Not Work When My Menu Is A Rollover (please Please Help)
I have Macromedia Flash MX and I created three buttons. When the mouse touches each button, another menu appears as a rollover. I cannot get these other buttons to work.

Only one button works with Action Script but that is because it is a regular button without any animation.

How can I make these rollover buttons go to the page I want? Thank you so much.

How Do I Get My Menu Bar To Link To An Html Page?
Hi! I'm very new to flash and have made an incredibly simple menu bar with buttons and small movie clips. I am trying to link the buttons to various other basic html pages of my website. For example, when you click on the word "newsletter" it goes to the page "newsletter.html" but I am have a terrible time getting the actionscripting to work.

So far, I have 'on, release, get url' then i add in my url. When I check the code it says there is no problem, but when i test it out, it does not link to the page.

Any advice??? Anyone? Feel free to email me, [email] I would greatly appreciate it! I'm using Macromedia Flash MX 2004.

Please Help Tsunami Menu Link Problem
Hi all,

(FLA attached)

I am attempting to build a tsunami-type menu which contains links to sections in the movie. I have built the majority of it thanks to the help of a tutorial however I can't get the links working. I cant figure out where to put the actions so that when items in the menu are clicked on, the movie jumps to the relevant place.

The menu works by duplicating 1 movie clip then pulls in a menu label from an array into a dynamic text box. I am trying to get the movie clip to read which label from the array has been pulled in and then on mouse click the movie will jump to a frame label in the main timeline with the same title as the array.

Sounds complicated but I didn't think it would be this hard! Now I'm pulling my hair out so if anyone can help I'd be so grateful!

Thanks in advance

AS Menu Link To Html Problem
Hello ppl.

I'm attempting to link from a AS menu into a html page. The link opens the correct page but I can't get the linked page to open within my original html frameset.

The code on my button is:

on (release) {
getURL("soon.htm", "_parent");
}

Does anyone know of a way to target areas of a html page within actionscript?

The html reference is:

target="mainFrame"

mainFrame being the name of my frameset.

Any help would be great..

Flash Menu In DW, How Do I Link The Buttons?
Hi there !
I'm having this problem with a site I'm creating.. in DW. But I'm making a flash menu that's suppose to be in my DW-site. And the menu looks like this: the buttons are coming in from the right side (in the left frame) and then they bumb once and then they stop, that's when I want them to be clickable.

But HOW do I do to make the links go to the right page, such as "home" or "about me" ? I wanna be able to click on the buttons and then the page should show up in the mainFrame.

Drop Down Menu External Swf Link
I used the drop down style roll over menus from the kirupa tutorial on the latest site im working on. All the buttons load external swfs fine except for the one with the drop down menu. My theory is the invis button is blocking the user from pressing it, could this be possible? Here's the files, im trying to get the link under the "training" menu "puppy head start" to work, thanks for the help guys im stumped.

another theory of mine is that since its a MC with buttons embedded it might not recongize the container movie clip?

http://www.cortesmejias.com/site.zip

Problem, How To Put A Link Into Draggable Menu?
--> Draggable Menu 2.0 – Part II: Usability

i've found this is useful. i would like to know how to put 'go to other frame' for each picture. it took me weeks to work it out; and yet still not succesful.

pls help!!!

Help Drop Down Menu Problem (link To Url)
Hi, can anyone help me please.

I need to make a pull down menu/s, that looks good.

I have tried using the invisible button technique with buttons in a mc. and the rewind command, shown here...

//
stop();
this.onEnterFrame = function() {
if (rewind == true) {
prevFrame();
}
};
this.onRollOver = function() {
rewind = false;
play();
};
this.onRollOut = function() {
rewind = true;
};

But when i add animated drop down buttons within this movie clip they are not clickable/live when you test movie ,as the movie clip covers them up.

any ideas?

This would look really good if i could make the buttons clickable/live and just linked to a url.

Copyright © 2005-08 www.BigResource.com, All rights reserved