|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Flash MX Button help
Ok, I am trying to create a button when they click on it, it sends them to a url.
I have tried many things but cant seem to get it to work. What I have now is it just automatically sends them without clicking the button. Help |
|
#2
|
|||
|
|||
|
you can put the script on the button:
on(release){ getURL("http://whateverurl.html", _blank); } OR you can give your button an instance name (i used linkButton as example), and put the script on the keyframe that button resides: linkButton.onRelease = function(){ getURL("http://whateverurl.html", _blank); } the _blank part means it will open the url in a new browser window, and it's optional. ps to the pros: how do you make indentation on the post? LOL. eta: oh the space bar works wonders while composing the message, but after I post it, some internet starving chipmunk ate them. ![]() Last edited by dkkz : July 27th, 2003 at 01:42 AM. |
|
#3
|
|||
|
|||
|
just hit the space bar
![]() |
|
#4
|
|||
|
|||
|
TKS.
I figured it out right before I received this post... go figure ![]() |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > Flash MX Button help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|