PDA

View Full Version : Stupid question


phongy
03-25-2006, 06:47 PM
I make a button with the getURL function.
I want it to open a webpage up in the same window.
For examplem you have your internet window up and you click
the button.
I want it to open up in the SAME window instead of opening up another one.
Using Flash Pro 8

Cota
03-25-2006, 08:40 PM
getURL("page.html","_self");
that should work.