# Chromeless window

**URL:** https://forum.kirupa.com/t/chromeless-window/35373
**Category:** Uncategorized
**Created:** [November 13, 2003, 6:52am UTC](https://forum.kirupa.com/t/chromeless-window/35373 "2003-11-13T06:52:54Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![jaxies](https://avatars.discourse-cdn.com/v4/letter/j/9de0a6/32.png) [@jaxies](https://forum.kirupa.com/u/jaxies)
#### Post date: [November 13, 2003, 6:52am UTC](https://forum.kirupa.com/t/chromeless-window/35373/1 "2003-11-13T06:52:54Z")

</div>

Is there a way to make the content of the actual borderless window a flash movie AND how do i get to it in order to edit it? Thanks in advance for any help you can offer.

---

<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: [November 13, 2003, 3:15pm UTC](https://forum.kirupa.com/t/chromeless-window/35373/2 "2003-11-13T15:15:57Z")

</div>

You will simply add your swf to the html.

---

<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: [November 13, 2003, 11:05pm UTC](https://forum.kirupa.com/t/chromeless-window/35373/3 "2003-11-13T23:05:14Z")

</div>

Well, whatever html file that pops up (which is borderless), edit the html and insert the flash code. Here, insert this between the \<body\> and \</body\> tags.

```auto
<embed src= **"filename.swf"** quality= **"high"** menu= **"true"** wmode= **"transparent"** height= **"100"** width= **"100"** ></embed>

```

- Insert that and you’re good to go. The bold parts can be edited to your likings :thumb:.

---

<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: [November 14, 2003, 1:08am UTC](https://forum.kirupa.com/t/chromeless-window/35373/4 "2003-11-14T01:08:06Z")

</div>

thanks for the help! i’ve got it working now. 🙂
