# Frames and Flash 5

**URL:** https://forum.kirupa.com/t/frames-and-flash-5/99632
**Category:** Uncategorized
**Created:** [January 20, 2004, 7:22pm UTC](https://forum.kirupa.com/t/frames-and-flash-5/99632 "2004-01-20T19:22:29Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Mr\_Wuffles](https://avatars.discourse-cdn.com/v4/letter/m/a5b964/32.png) [@Mr\_Wuffles](https://forum.kirupa.com/u/Mr_Wuffles)
#### Post date: [January 20, 2004, 7:22pm UTC](https://forum.kirupa.com/t/frames-and-flash-5/99632/1 "2004-01-20T19:22:29Z")

</div>

Hi I’ve used the tutorial on frames and flash and have been able to work out how to load pages from a small menu in the borderless top frame but I would like to add a small borderless frame at the bottom that would have row of flash buttons in a navigation bar that would load new pages where the main frame would be still keeping the top navigation bar. Im using Dreamweaver 4 and Flash 5.

The code for my frameset:

\<frameset rows=“1,130,\*” frameborder=“0” border=“0” framespacing=“0”\>  
\</head\>  
\<frameset frameborder=“0” border=“0” framespacing=“0”\>  
\<head\>  
\<frame src=“frameset.html”\>  
\<frame name=“contents” scrolling=“NO” noresize src=“nav.html” target=“main”\>  
\<frame name=“kirupa” src=“main.html” target="\_self"\>

The code im using for the top navigation bar:

on (release) {  
getURL (“main.html”, “kirupa”);  
}  
on (release) {  
gotoAndPlay (1);  
}

If anyone could help me that would be great.

Cheers,  
Nick
