Flash menu help

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 ?

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

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

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

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

That should do it!

omg thank you so much :slight_smile: