# Resizing window

**URL:** https://forum.kirupa.com/t/resizing-window/7926
**Category:** flash
**Created:** [November 10, 2002, 3:44pm UTC](https://forum.kirupa.com/t/resizing-window/7926 "2002-11-10T15:44:49Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Didiusthegreat](https://avatars.discourse-cdn.com/v4/letter/d/2bfe46/32.png) [@Didiusthegreat](https://forum.kirupa.com/u/Didiusthegreat)
#### Post date: [November 10, 2002, 3:44pm UTC](https://forum.kirupa.com/t/resizing-window/7926/1 "2002-11-10T15:44:49Z")

</div>

Hi

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

So I have the code 😏  
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:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 10, 2002, 7:31pm UTC](https://forum.kirupa.com/t/resizing-window/7926/2 "2002-11-10T19:31:01Z")

</div>

With javascript. Kirupa did a tute or two about this _more or less_.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 10, 2002, 7:35pm UTC](https://forum.kirupa.com/t/resizing-window/7926/3 "2002-11-10T19:35:10Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 10, 2002, 7:49pm UTC](https://forum.kirupa.com/t/resizing-window/7926/4 "2002-11-10T19:49:06Z")

</div>

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](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 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 10, 2002, 8:08pm UTC](https://forum.kirupa.com/t/resizing-window/7926/5 "2002-11-10T20:08:08Z")

</div>

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