Results 1 to 3 of 3

Thread: Please help me: grey background to clear

  1. #1
    Join Date
    May 2007
    Posts
    99
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Red face Please help me: grey background to clear

    How can I make it so the background behind this text comes up clear, as opposed to the default grey that manifests when you don't pick a color? The idea is that I want to put the text in a table and have it show up over a picture background I already set. Please help me...

    Code:
    <embed src="http://www.satisfaction.com/crazy-text/swf/rainbowcutout.swf" FlashVars="t=No grey please&u=http://www.satisfaction.com/crazy-text/&tc=0xFF0066" quality="high" bgcolor="" width="700" height="200"  name="theshockzone" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"  pluginspage="http://www.macromedia.com/go/getflashplayer" />

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Try adding the wmode="transparent" attribute and making no mention of bgcolor:

    Code:
    <embed wmode="transparent" src="http://www.satisfaction.com/crazy-text/swf/rainbowcutout.swf" FlashVars="t=No grey please&u=http://www.satisfaction.com/crazy-text/&tc=0xFF0066" quality="high" width="700" height="200"  name="theshockzone" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"  pluginspage="http://www.macromedia.com/go/getflashplayer" />
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    nycguurl (12-15-2008)

  4. #3
    Join Date
    May 2007
    Posts
    99
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Default

    John, thank you so much! You're always so kind. And brilliant!

    Oh yeah... it worked!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •