Log in

View Full Version : Please help me: grey background to clear



nycguurl
12-15-2008, 03:31 AM
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... :o


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

jscheuer1
12-15-2008, 04:41 AM
Try adding the wmode="transparent" attribute and making no mention of bgcolor:


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

nycguurl
12-15-2008, 07:52 AM
John, thank you so much! You're always so kind. And brilliant! :o

Oh yeah... it worked!