Flash video and .swf is always on-top by default.

Add the following parameter to the OBJECT tag:
<param name="wmode" value="transparent">

Add the following parameter to the EMBED tag:
wmode="transparent"