Here’s how to have a drop-down menu appear on top of a Flash object:

  1. Add a z-index of 0 to the object’s containing div
  2. Add <param name=”wmode” value=”transparent”> inside the object tag
  3. Add wmode=”transparent” to the embed tag

via Sheriar Designs