I'm trying to get a div to be displayed over a flash movie.
<div style="display: block; height: 50px; margin-bottom: -50px; z-index: 100; background-color: Red;">
Test<br />
Test2<br />
</div>
<div style="z-index: -1; display: block;">
<object width="776" height="248" style="z-index: -1;">
<param name="movie" value='<%= Page.ResolveUrl("~/Themes/ChubNelson/Flash/header.swf") %>'>
<param name="wmode" value="transparent">
<embed src='<%= Page.ResolveUrl("~/Themes/ChubNelson/Flash/header.swf") %>' width="776"
height="248" />
</object>
</div>