Search the web
Sign In
New User? Sign Up
javascript-flash-foundation-series · JavaScript Flash Foundation Series
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Does flash_tml work with doc yes segment nav?   Message List  
Reply | Forward Message #3 of 3 | Next >
Re: Does flash_tml work with doc yes segment nav?

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
> >
>





Sun Nov 11, 2007 8:05 pm

dryesc
Offline Offline
Send Email Send Email

Forward
Message #3 of 3 | Next >
Expand Messages Author Sort by Date

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...
colin_cheverie2002
colin_chever...
Offline Send Email
Oct 18, 2007
4:06 am

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...
dryesc
Offline Send Email
Nov 11, 2007
8:02 pm

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...
dryesc
Offline Send Email
Nov 11, 2007
8:05 pm
< Prev Topic  |  Next Topic >
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help