Looks like I found a small bug in the code generator utility at
http://www.featureblend.com/javascript-flash-html-generator-library.html
Here is the correct code sample:
<div id="target"></div>
<script type="text/javascript">
var myObj = new FlashTML("9", "ball.swf", "300", "100",
{"wmode":"opaque"});
myObj.replace("target");
</script>
Carl
--- In javascript-flash-foundation-series@yahoogroups.com, "dryesc"
<dryesc@...> wrote:
>
> 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
> >
>