# Java pop + safari =

**URL:** https://forum.kirupa.com/t/java-pop-safari/161530
**Category:** flash
**Created:** [September 4, 2005, 9:43pm UTC](https://forum.kirupa.com/t/java-pop-safari/161530 "2005-09-04T21:43:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![evandileo\_mac\_c](https://avatars.discourse-cdn.com/v4/letter/e/ed8c4c/32.png) [@evandileo\_mac\_c](https://forum.kirupa.com/u/evandileo_mac_c)
#### Post date: [September 4, 2005, 9:43pm UTC](https://forum.kirupa.com/t/java-pop-safari/161530/1 "2005-09-04T21:43:43Z")

</div>

So I create my website [http://www.zero-version.com](http://www.zero-version.com) in flash and it uses java to popup and control little windows to play movies in. Looks good in explorer, but in safari I get scrollbars and it cuts into the screen a bit.

The code looks like this:

on(release){  
getURL(“javascript:window.open(‘[http://www.zero-version.com/artmoving.html’,‘movie’,'width=320,height=326,0](http://www.zero-version.com/artmoving.html','movie','width=320,height=326,0)’); void(0);”);  
}

Also, I have no idea what it does in firefox.  
Anybody have a suggestion as to how to make this happen and work in all browsers?

pre - thanks.
