Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / General Flash Topics / July 2008



Tip: Looking for answers? Try searching our database.

How to Create Hyperlink in Button?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
sneedbreedley - 18 Jul 2008 19:36 GMT
I created a button. In the Up-Over-Down-Hit area, I created 2 more layers with
a keyframe in Over so the button changes color and makes a sound upon
mouseover. Now I want it to go to another webpage when clicked. I'm using
Actionscript 3 and I can't seem to figure out this simple task.
sneedbreedley - 19 Jul 2008 14:36 GMT
Shirley someone out there must know the answer.
Shan-Dysigns - 19 Jul 2008 22:31 GMT
Just use action script 2 and place code on the button:

on(press) {
getURL("http://www.adobe.com", "_blank");
}

or frame action

btnInstanceName.onPress=function() {
getURL("http://www.adobe.com", "_blank");
}
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.