PDA

View Full Version : Background color while loading



sammix
September 18th, 2007, 11:45 AM
HERE's (http://www.safecare.za.org) my first serious attempt at a website so it's all very basic - some html, tables and CSS together with a little Flash logo. I'm still waiting for the company to supply me with the content, so it's pretty bare at the moment.

I have an issue with the white background that shows while the logo loads. The background in the flash document is green and the background in the html is the same green. I am guessing it's a browser thing that shows it up in white.

Any advice?

MTsoul
September 18th, 2007, 12:19 PM
I don't see the background property anywhere in your code:


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="700" height="120" title="Safecare Logo">
<param name="movie" value="Flash Assets/SCLogo.swf" />
<param name="quality" value="high" />
<embed src="Flash Assets/SCLogo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="700" height="120"></embed>
</object>

sammix
September 18th, 2007, 02:17 PM
Me smax me forehead!!!

Thanks MTsoul.:beer: