# Flash menu help

**URL:** https://forum.kirupa.com/t/flash-menu-help/28661
**Category:** Uncategorized
**Created:** [August 16, 2003, 9:05am UTC](https://forum.kirupa.com/t/flash-menu-help/28661 "2003-08-16T09:05:01Z")
**Posts on this page:** 3
**Page:** 2

<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 26, 2003, 8:26am UTC](https://forum.kirupa.com/t/flash-menu-help/28661/21 "2003-08-26T08:26:20Z")

</div>

yes this helped a lot… a still need a bit of help tho… how to i do target=main in Flash MX? My Navigation bar is also in flash, not html…  
Also, i realized that when i did what you sed (the rows) , the navigation menu ended up having about 1cm of the background colour above it, and when i moved navigation menu up, it overlapped the header (also in flash)… anyway to make the navigation html file NOT have a bit of background over it ?

---

<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 26, 2003, 1:14pm UTC](https://forum.kirupa.com/t/flash-menu-help/28661/22 "2003-08-26T13:14:44Z")

</div>

1. when you use getURL - the second part is the target:

```auto

on(release){
getURL("http://www.freddythunder.com", "main");
}

```

1. add these to all your body tags in your html files:

```php

<body ....
topmargin="0" bottommargin="0" rightmargin="0" leftmargin="0">

```

That should do it!

---

<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 27, 2003, 9:37am UTC](https://forum.kirupa.com/t/flash-menu-help/28661/23 "2003-08-27T09:37:13Z")

</div>

omg thank you so much 🙂

[Previous page](https://forum.kirupa.com/t/flash-menu-help/28661.md?page=1)
