# Windowless Pop-up

**URL:** https://forum.kirupa.com/t/windowless-pop-up/225313
**Category:** flash
**Created:** [May 10, 2007, 4:30pm UTC](https://forum.kirupa.com/t/windowless-pop-up/225313 "2007-05-10T16:30:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![theuprock](https://avatars.discourse-cdn.com/v4/letter/t/e5b9ba/32.png) [@theuprock](https://forum.kirupa.com/u/theuprock)
#### Post date: [May 10, 2007, 4:30pm UTC](https://forum.kirupa.com/t/windowless-pop-up/225313/1 "2007-05-10T16:30:25Z")

</div>

I have a Flash landing site I’m working on right now that has a few links which need to open in their own browser window. Right now, this is what I’m using, but I need them to open without Forward and Back buttons in the browser at their respective sizes, so I’m guessing I need to do this in a windowless new window.

This is the simple string I am using right now:

on (release, releaseOutside, dragOut) {  
getURL (‘[http://www.thelink.com](http://www.thelink.com)’, \_blank)  
}

What can I add in there to create a windowless pop-up that will load the movie into the HTML page.

Thanks.
