View Single Post
  #4 (permalink)  
Old Oct 16th, 2004, 04:11
JohnMitch JohnMitch is offline
Reputable Member
Join Date: Sep 2004
Posts: 144
Thanks: 0
Thanked 0 Times in 0 Posts
ok, after you do that you need to go back to the scene where the button is contained. Then select the button (single click or drag a box around it) and Open up the actionscript window. In the window you need the following code:
Code: Select all
on (press) {
	getURL("page.htm");
}
or if your ActionScript is set to Normal Mode (instead of expert) you can Select ACTIONS > BROWSER/NETWORK > GETURL . That will then make it a little easier to edit the code. Hope that helps.