I dont know if im in the correct forum section.. so bare me.
hello oxwall team!
i have a little problem regarding the bgcolor of my splash screen
the default color is plain white but i want to change it to black so it match the background color of my SWF video :)
here's my code :
<html>
<head>
<body bgcolor="#000000">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=6,0,0,0" width="350" height="350" id="tech" align="center">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="showcase/flash/fashionshow.swf" />
<param name="quality" value="high" />
<embed src="http://www.sphere.rqdc.net/downloads/sphere.swf" quality="high" width="500" height="500" name="tech" align="center" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</head>
</html>