Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

html link

Status
Not open for further replies.

Jeunot

Technical User
Oct 29, 2002
3
US
Hi :
Using MX flash 6 my animation works but not the link doesn't,
I try it using IE (not live internet) is that be the problem?
Should i publish it over the net first and then try?
 
What's your code? And what's happening exactly?
A link? Regards,

oldman3.gif
 
Ho sorry, well if I mousse over I see the "hand" but when clicking I am not redirected,
Th code are th eone pre-wrote in Actions-Buttton:
get (URL);

Should I published it on the net when trying the hot link or can I try with IE on my desktop when already loged on the net and it will redirect me to the web site?


 
The exact syntax is:

on (release) {
getURL("http: "_blank");
}

Replace "_blank" with "_self" it you want the link to open up in the same window, rather than a new one.

You can also load a .swf this way:

on (release) {
getURL("your.swf", "_self");
}
Regards,

oldman3.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top