# Flash/HTMl frames

**URL:** https://forum.kirupa.com/t/flash-html-frames/95437
**Category:** Uncategorized
**Created:** [November 25, 2003, 5:30pm UTC](https://forum.kirupa.com/t/flash-html-frames/95437 "2003-11-25T17:30:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![macneilslt](https://avatars.discourse-cdn.com/v4/letter/m/aeb1de/32.png) [@macneilslt](https://forum.kirupa.com/u/macneilslt)
#### Post date: [November 25, 2003, 5:30pm UTC](https://forum.kirupa.com/t/flash-html-frames/95437/1 "2003-11-25T17:30:07Z")

</div>

I have a question about flash and html frames…  
i have my frames set up basicly like this,  
the left frame is 20% of the browser width, and the main fraime is 80%…

with frame names of “left” and “main”…  
If i put a flash menu in the left frame, what AS would i use on the button to have the page load into the main frame???

right now i have:  
[AS]  
on(release) {  
getURL(“main.html”, main);  
}  
[/AS]
