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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linking button to html

Status
Not open for further replies.

70

Instructor
Jul 1, 2002
19
US
Hi,
I have a menu bar in my index page which made of flash.I need to link the sub menu to other html files. I tried to add actions on the sub menu button, but it doesn't work.

Does anyone have any idea?

Thanks.
 
on (release) {
getURL(" "_blank");
} Regards,

oldman3.gif
 
TGML... SHHHHHHHHHHHHHHHHHHHHESHHHHHHHHHHHH!

Correction:
Code:
on (release) {
    getURL("[URL unfurl="true"]http://www.yahoo.com/",[/URL] "_blank");
}
Regards,

oldman3.gif
 
Thanks very much! It works.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top