# New windows in Flash -- flash begginer

**URL:** https://forum.kirupa.com/t/new-windows-in-flash-flash-begginer/116037
**Category:** Uncategorized
**Created:** [July 14, 2004, 1:48am UTC](https://forum.kirupa.com/t/new-windows-in-flash-flash-begginer/116037 "2004-07-14T01:48:59Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![eimidta](https://avatars.discourse-cdn.com/v4/letter/e/858c86/32.png) [@eimidta](https://forum.kirupa.com/u/eimidta)
#### Post date: [July 14, 2004, 1:48am UTC](https://forum.kirupa.com/t/new-windows-in-flash-flash-begginer/116037/1 "2004-07-14T01:48:59Z")

</div>

I was looking at the tutorial on this website and it worked just fine. My question is if I have multiple buttons on a flash page and I wasn it to open different windows that are different sizes and contain different html pages, how would I go about doing that?

I’m fairly new to this Flash stuff so if anyone can help break this down for me, I would appreciate it.

Thanks.

---

<div class="post-metadata">

### Author: ![bet444](https://avatars.discourse-cdn.com/v4/letter/b/ec9cab/32.png) [@bet444](https://forum.kirupa.com/u/bet444)
#### Post date: [July 24, 2004, 11:29pm UTC](https://forum.kirupa.com/t/new-windows-in-flash-flash-begginer/116037/2 "2004-07-24T23:29:11Z")

</div>

Put this on your button:  
on (release) {  
getURL(“[http://www.something.com](http://www.something.com)”, “\_blank”);  
}

---

<div class="post-metadata">

### Author: ![eimidta](https://avatars.discourse-cdn.com/v4/letter/e/858c86/32.png) [@eimidta](https://forum.kirupa.com/u/eimidta)
#### Post date: [July 28, 2004, 8:49pm UTC](https://forum.kirupa.com/t/new-windows-in-flash-flash-begginer/116037/3 "2004-07-28T20:49:24Z")

</div>

Thank you very much.  
Your coding answered my question but now I have a new question that has been raised.  
The 2 buttons both opened different html pages which is what I wanted, but they open as a full screen window. What I would like for them to do is open up into pop-up windows. I would like each of them to have different dimensions, ie: the first window should be about width=500, height=400 and the second window about width=200,height=250. I also would like to make the windows so that they can not be resized and also to where there is no scrollbars and no menu bar.  
If you could lend me your expertise again on this issue now, that would be much appreciated. And thanks again for the first tip.

---

<div class="post-metadata">

### Author: ![tucker](https://avatars.discourse-cdn.com/v4/letter/t/8c91f0/32.png) [@tucker](https://forum.kirupa.com/u/tucker)
#### Post date: [July 29, 2004, 7:59pm UTC](https://forum.kirupa.com/t/new-windows-in-flash-flash-begginer/116037/4 "2004-07-29T19:59:08Z")

</div>

[http://www.kirupa.com/developer/flash5/newwindow.htm](http://www.kirupa.com/developer/flash5/newwindow.htm)

and for a cooler looking window:

[http://www.kirupa.com/developer/mx2004/chromeless.htm](http://www.kirupa.com/developer/mx2004/chromeless.htm)

doesnt work in firefox
