I'm not sure if this is a Flash or Dreamweaver issue, so forgive me.

I took the simple, built-in "Show Pop-up_menu" from DW and have designed it to
be triggered from a Flash window. Basic but effective. It seemes to work great,
but my problem is that it makes that annoying "clicking" sound in the browser
every time a drop-down menu opens up (like it's changing pages). Here is a demo
of it (site in development):

[url]http://www.aaronmcclung.com/121/index-new.asp[/url]

Is there a way to stop the clicking sound?

I made tiny, 1 pixel high transparent images that sit just below the Flash
window to use as guides for the drop-down placement. Then I added the following
actionscript to the buttons (the same code that was found in the html button
that DW made):

on (rollOver) {

getURL("JavaScript:MM_showMenu(window.mm_menu_0602 152424_0,-2,0,null,'image1')")
;
}
on (rollOut) {
getURL("JavaScript:MM_startTimeout()");
}

Like I said, it's very basic, but works great... accept for the clicking. Is
there a workaround for this? Please help!

Thanks in advance,
Boots