Hi!
I want the background of my player to blend in with the page it is on, but I cannot get it yellow, just ordinary black. Can anyone see what is wrong in this code...?
Thanks in advance!
<script type="text/javascript"
src='res/embed/swfobject.js'></script>
<div id='player'>Du måste ha Flash plug-in i din webläsare!</div>
<script type="text/javascript">
var s1 = new SWFObject('res/embed/player.swf','mpl',240,135,'9');
s1.addParam('allowscriptaccess','always');
s1.addParam('allowfullscreen','true');
s1.addParam('flashvars','&file=Omtecken05_gul480270.flv&screencolor=FFFF99&plugins=captions-1,quickkeys-1&icons=false&controlbar=none');
s1.write('player');
</script>

<script type="text/javascript">var s1 = new SWFObject('res/embed/player.swf', 'mpl', '240', '135', '9.0.124', '#FFFF99');
s1.addParam('allowscriptaccess', 'always');
s1.addParam('allowfullscreen', 'true');
s1.addParam('bgcolor', '#FFFF99);
s1.addVariable('file', 'Omtecken05_gul480270.flv');
s1.addVariable('screencolor', 'FFFF99');
s1.addVariable('plugins', 'captions-1,quickkeys-1');
s1.addVariable('icons', 'false');
s1.addVariable('controlbar', 'none');
s1.write('player');
</script>