Log in

View Full Version : Game background can't be edited anymore


duncan99
08-04-2007, 05:12 PM
I just noticed there are 2 sistuations the game background can't be edited.

- even the game tar file inside the game is different color background, when installed it just put the default value "0000000" which is black
- after installed the value still can not be changed (The message said"successfully edit" but the value still "000000").

This didn't have it in version v2.6.2+

:confused:

okgaz
08-05-2007, 10:18 AM
This is the same on mine too, it always remains as 000000.

MrZeropage
08-05-2007, 05:42 PM
try this fix:

open /admincp/arcade.php

search for$IN['bgcolor'] = "000000";

and just remove this code

okgaz
08-05-2007, 09:02 PM
For the next version of IBPA I think you should just remove this option completely.

There is no need to specify bgcolor at all, it is already stored in the game.

I can't think of any circumstances where you would need to change the game background from the one specified in the game by the author?

duncan99
08-06-2007, 12:19 PM
For the next version of IBPA I think you should just remove this option completely.

There is no need to specify bgcolor at all, it is already stored in the game.

I can't think of any circumstances where you would need to change the game background from the one specified in the game by the author?

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.

okgaz
08-06-2007, 02:03 PM
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:


<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?