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.