Resizing window

Hi

I have another question, how do I resize my new window.

So I have the code :smirk:
on (release) {
getURL(“blabla”, “_blank”);
}

Now how do I let the window resize to 600 x 700??

Do I have to do it with actionscript or …?

Please help Thx :cool:

With javascript. Kirupa did a tute or two about this more or less.

Alright, and do you know where I can find that tute? :bandit:

Well you can define it in a pop-up window, which sounds like what you are trying to do…

http://www.kirupa.com/developer/mx/centered_popup.asp

Otherwise you will have to add some Javascript into the file you are loading.

I recommend the pop-up other than the javascript :slight_smile:

thnx, and yes I will do the pop-up :cool: