Old 11-12-2009, 11:06 PM   #1 (permalink)
Junior Member
 
Join Date: Nov 2009
Posts: 1
Default how to change the background colour

how can i change the background colour??

or make it invisible?
nintendstroid is offline   Reply With Quote
Old 11-15-2009, 08:16 AM   #2 (permalink)
Senior Member
 
Laurentiu's Avatar
 
Join Date: Jul 2009
Posts: 858
Default how to change the background colour

edit index.html file and look for it:

AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
'width', '100%',
'height', '100%',
'src', 'preview',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'window',
'devicefont', 'false',
'id', 'preview',
'bgcolor', '#2e2e2e',
'name', 'preview',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','always',
'movie', 'preview',
'salign', ''
); //end AC code


for transparent use:
'wmode', transparent,
change background color from here:
'bgcolor', '#2e2e2e',

cheers..
Laurentiu is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:58 PM.