Hey there
I got a little problem with the modieus skin.
When i play a video in fullscreen there is the play button and next to it a gray square in the right top corner showing up...and it won't disappear
the code:
<script src="http://.../swfobject.js" type="text/javascript"></script>
<div id="player" style="text-align: center;">Gleich geht's los...</div>
<script type="text/javascript"><!--
var so = new SWFObject('http://.../player.swf','mpl','500','407','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=http://.../1.flv&image=http://....jpg&skin=http://.../modieus.swf');
so.write('player');
// --></script>
Somebody got a clue?

same problem