View Full Version : background clear in flash?
denuoweb
05-22-2005, 07:35 AM
Hey, I'm despertly tryin to find a site that will tell me the coding for html that will enable the background color in flash to be clear. I know it can be done because I've done it in the past, except I forgot. If anyone knows how to pm me. I'm sure its something easy like background="clear" inside the flash tags... not sure.
tmmoose
05-22-2005, 08:15 AM
To edit an existing HTML page, add the WMODE parameters to the HTML code.
Add the following parameter to the OBJECT tag:
< param name="wmode" value="transparent">
Add the following parameter to the EMBED tag:
wmode="transparent"
SAMPLE (http://tmckee.freeserverhost.com/evrsoft/trans.html)
denuoweb
05-22-2005, 11:13 AM
Awesome, thank you very much.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.