Quote:
Originally Posted by duncan99
The convertor changed the background because the use of the converted code (default = 000000) not the author. This change effects the background of the loader of the game or even the whole game.
|
My point is in the game embed code which is output by the php:
Code:
<param name="bgcolor" value="#FFF" />
&
bgcolor="#FFF"
Does the bgcolor need to be specified at all?
To my knowledge if it isn't specified it will use the bgcolor specified by the flash author in the flash game swf. I never bother putting bgcolor in the embed code for games on my site + they always show the right bgcolor. Are there some browsers that need it in the embed code as well as the game?