I came across a problem today getting a JQuery tooltip to appear over a flash movie. To avoid this issue you need to add the following property inside your flash movie object tag.
<param name="wmode" value="transparent" />
and/or add the following attribute to the <embed /> tag
wmode=”transparent”