No problem Colin,
You need to set this optional param:
String wmode: (window, opaque, transparent) Specifies the Window Mode
property of the Flash movie for transparency, layering, and
positioning in a browser.*
Set wmode to opaque that should do it.
Here is a sample:
<div id="target"></div>
<script type="text/javascript">
var myObj = new FlashTML("9", "ball.swf", "300", "100",
{"salign":"opaque"});
myObj.replace("target");
</script>
Let me know if you have any issues,
Carl
--- In javascript-flash-foundation-series@yahoogroups.com,
"colin_cheverie2002" <colinc@...> wrote:
>
> Dude,
>
> I want to put your library into production on the mighty KP.org. I was
> playing around with it tonight, but couldn't get the segment nav to
> dropdown over the flash piece. I can give more details later; IM me if
> you have time!
>
> Hope all is well with you,
> Colin
>