Forum Moderators: open
-the wmode has 3 values: window, opaque, transparent
-transparent is the value you should select if you want your drop down menu (or other html element) to overlap the flash
-code the OBJECT part <param name=wmode value=transparent> and the EMBED section wmode="transparent".
Those are the 3 items I had to delve deeper for to get the fix working.