Quote:
Originally posted by IceMalee
at my forums i have it set so guests can use the flash games/movies
i dont want alot of ppl signing up and never posting, just to play, too many dead members
anyways, real problem, i have alot of games that need a black BG to see what it is, so can i set it so in the flash section its always black?
|
Easy fix.
The default at the moment is that the Flash Player page uses your page background color as default. To change this:
In the "flash" template:
Find (remove the space inside the {} tags) :
Code:
VALUE={ pagebgcolor}
Replace with:
THEN, find (remove the space inside the {} tags) :
Code:
bgcolor={ pagebgcolor}
Replace with:
Quote:
also is there a way to force the flash into a certain highth/width?
|
You can adjust the height and width using the parameters already for each game you like.
Default is 600 x 400.
To change the height and width, add
&w=1024&h=768
to the end of the URL, the numbers being the width and height you want. Read the first post for examples.