# Flash 5 to java pop up problems

**URL:** https://forum.kirupa.com/t/flash-5-to-java-pop-up-problems/10564
**Category:** flash
**Created:** [January 3, 2003, 12:24pm UTC](https://forum.kirupa.com/t/flash-5-to-java-pop-up-problems/10564 "2003-01-03T12:24:24Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![digipete](https://avatars.discourse-cdn.com/v4/letter/d/eb9ed0/32.png) [@digipete](https://forum.kirupa.com/u/digipete)
#### Post date: [January 3, 2003, 12:24pm UTC](https://forum.kirupa.com/t/flash-5-to-java-pop-up-problems/10564/1 "2003-01-03T12:24:24Z")

</div>

Seems simple enough, but getting a html doc to html doc to load a page in a java script pop up page is easy

But I have 2 different swfs one in just a normal html with a link that takes you to a smaller page which I want in a java pop up page no borders no address bar etc etc Size is H=325 W=620 seems simple but the only codes I’ve found need to be launched with text in the BODY of the html and that means visable which I dont want I’ve tried

on load: URL etc but maybe I’m just ballsing it up.

And before anyone makes any wise cracks I know this is not a java forum but I searched and tested loads of ways of doing it and it occured to me that someone here is bound to know the simple 2 lines of code that can let me get some sleep!!!

Also I tried the pop up section on this site but its in flash mx and I cant open the source files

So any help will be greatfully recieved  
pete

---

<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: [January 3, 2003, 12:44pm UTC](https://forum.kirupa.com/t/flash-5-to-java-pop-up-problems/10564/2 "2003-01-03T12:44:02Z")

</div>

&nbsp;

this isnt a java forum

and java is not javascript. They are completely different things.

```auto

getURL("java**script:window.open('newpage.html','targetName','width=620,height=325');void(0)");

```

^without the line break

---

<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: [January 4, 2003, 5:51am UTC](https://forum.kirupa.com/t/flash-5-to-java-pop-up-problems/10564/3 "2003-01-04T05:51:07Z")

</div>

Just for future reference, this type of question should be posted in the Server Side Scripting Forum. This is the link:

[http://www.kirupaforum.com/forumdisplay.php?s=&forumid=11](http://www.kirupaforum.com/forumdisplay.php?s=&forumid=11)

---

<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: [January 4, 2003, 7:00pm UTC](https://forum.kirupa.com/t/flash-5-to-java-pop-up-problems/10564/4 "2003-01-04T19:00:26Z")

</div>

theres nothing serverside about it though. js (at least in this context) is all clientside

---

<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: [January 4, 2003, 7:15pm UTC](https://forum.kirupa.com/t/flash-5-to-java-pop-up-problems/10564/5 "2003-01-04T19:15:25Z")

</div>

The serverside section is called

Server-side/Scripting to cover the clientside stuff too. Since there aren’t too many questions asked on either or seperately, we just combined it together.

And yes, this belongs there, so I am moving it there.
