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

How to link page?

Status
Not open for further replies.

august

MIS
Aug 24, 2000
150
PH
Hi, all!

How can i linked my page(other page) to open up when i clicked my command button being created in flash?

Thanks,
August
 
August,

Code:
on (press) {
	getURL ("[URL unfurl="true"]http://www.yourserver.com/your.html",[/URL] "_self");
}

Second parameter set to _self to open the new html in the same window, set to _blank if you want to open it in a new window and keep the other one opened!
mywink.gif
ldnewbie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top