# Borderless window tutorial

**URL:** https://forum.kirupa.com/t/borderless-window-tutorial/4464
**Category:** flash
**Created:** [August 10, 2002, 3:22pm UTC](https://forum.kirupa.com/t/borderless-window-tutorial/4464 "2002-08-10T15:22:14Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Greenhouse](https://avatars.discourse-cdn.com/v4/letter/g/7c8e57/32.png) [@Greenhouse](https://forum.kirupa.com/u/Greenhouse)
#### Post date: [August 10, 2002, 3:22pm UTC](https://forum.kirupa.com/t/borderless-window-tutorial/4464/1 "2002-08-10T15:22:14Z")

</div>

can someone explaine me how I can make the borderless window tutorial from Kirupa for flash 5 work for flash MX?

Flash 5 tut :

[http://www.kirupa.com/developer/flash5/borderless.asp](http://www.kirupa.com/developer/flash5/borderless.asp)

Thx in advance!

---

<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: [August 10, 2002, 11:04pm UTC](https://forum.kirupa.com/t/borderless-window-tutorial/4464/2 "2002-08-10T23:04:27Z")

</div>

I’ve been trying to do it all morning and I have not been succesfull. I know I’m screwing up someplace the following statement in actionscript:

on (press) {  
getURL(“javascript:openIT ‘page.html’,450,250,null,null,‘mywinname01’)”);  
}

---

<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: [August 11, 2002, 12:49am UTC](https://forum.kirupa.com/t/borderless-window-tutorial/4464/3 "2002-08-11T00:49:31Z")

</div>

After spending a couple of hours I figured it out.

I was a bit confused until I downloaded all the sample files from:

[http://www.microbians.com/](http://www.microbians.com/)

Click con Chromeless and there is a link to download.

The complete fla file is available.

The mistake I was making was that I was including the script code in the target page instead of the launch page. (DUH!).

Anyway, I think most of your questions can be answered by looking at the complete source for the working example.

---

<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: [August 11, 2002, 12:53am UTC](https://forum.kirupa.com/t/borderless-window-tutorial/4464/4 "2002-08-11T00:53:33Z")

</div>

Thx for helping me out, and putting so much effort in it.

I ow you
