# Opening popup from flash

**URL:** https://forum.kirupa.com/t/opening-popup-from-flash/162717
**Category:** Uncategorized
**Created:** [September 15, 2005, 3:36pm UTC](https://forum.kirupa.com/t/opening-popup-from-flash/162717 "2005-09-15T15:36:03Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![colorflash](https://avatars.discourse-cdn.com/v4/letter/c/d9b06d/32.png) [@colorflash](https://forum.kirupa.com/u/colorflash)
#### Post date: [September 15, 2005, 3:36pm UTC](https://forum.kirupa.com/t/opening-popup-from-flash/162717/1 "2005-09-15T15:36:03Z")

</div>

hello,  
I would like to open a html-popup window from a flash movie, but how do I do that?

to test the popup i just made another html site with the following js, but I can’t really put this in my as to open it from flash?!

```auto
function PopupFenster() {
  F = window.open("pop_kim.html","Popup","width=370,height=450","screenX=500,screenY=500","scrollbars=yes");

```

another problem im having is that the text in the popup window just won’t scroll (no scrollbars showing), even though it’s set to scrollbars=yes Ⓜ
