# Using Html Frames With Flash?

**URL:** https://forum.kirupa.com/t/using-html-frames-with-flash/7160
**Category:** flash
**Created:** [October 24, 2002, 7:34pm UTC](https://forum.kirupa.com/t/using-html-frames-with-flash/7160 "2002-10-24T19:34:57Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![revelate](https://avatars.discourse-cdn.com/v4/letter/r/779978/32.png) [@revelate](https://forum.kirupa.com/u/revelate)
#### Post date: [October 24, 2002, 7:34pm UTC](https://forum.kirupa.com/t/using-html-frames-with-flash/7160/1 "2002-10-24T19:34:57Z")

</div>

Is it possible to use HTML frames with Flash? For example, I want to make a flash menu system on my site, and have the click of the menu buttons open up an HTML page in a different frame.

---

<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: [October 24, 2002, 8:22pm UTC](https://forum.kirupa.com/t/using-html-frames-with-flash/7160/2 "2002-10-24T20:22:30Z")

</div>

Flash movie in one frame.

HTML pages in another frame.

Assuming you know how to make frames, you will give your HTML frame a name (lets call it “contentFrame”).

The link on your buttons will look like this…

```auto
on (release){
getURL("yourfile.html","contentFrame");
}

```

I hope that helps 🙂

---

<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: [October 24, 2002, 8:26pm UTC](https://forum.kirupa.com/t/using-html-frames-with-flash/7160/3 "2002-10-24T20:26:33Z")

</div>

Fantastic! Thanks so much! I knew there MUST be a function like that.

---

<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: [October 24, 2002, 8:27pm UTC](https://forum.kirupa.com/t/using-html-frames-with-flash/7160/4 "2002-10-24T20:27:29Z")

</div>

No problem :goatee:
