Heeeeelp!

Does anyone know how to change tha location of where tha url window goes(using ‘get url’ script)…I know how to change tha size of tha pop-up url page but i dont know how to control tha location of where tha screen goes…

i wasnt aware there was a way to do this…

it can be done… but it has to be done with JavaScript.

Not all that sure myself… but I’m sure that there is a way.

If you can change size and stuff of a window in JScript then obviously you can change the address as well.

[script language=JavaScript]
function openNewWin(address, name, features) {
newWin= window.open(address, name, features);
}
[/script]
(supposingly that you replace [] with <>)

That’s the code I use in the html page. Then in Flash you do something like this:

getURL(Javascript<img src=http://www.ezboard.com/intl/aenglish/images/emoticons/embarassed.gif ALT=":o"> penNewWin(www.kirupa.com, window, width=500, height=400, status);

oops!

getURL(Javascript:openNewWin(www.kirupa.com, window_name, width=500, height=400, status);