I need to to use version 4 to display h.264 files and can't go back to 3 - but I would really like to turn the digits off using showdigits like I did with ver 3. Is this possible?
This was my 3.x code:
var s1 = new SWFObject("flvplayer.swf","single","450","360","0");
s1.addParam("allowfullscreen","true");
s1.addVariable("file","MOVIE.flv");
s1.addVariable("autostart","true");
s1.addVariable("showicons","true");
s1.addVariable("showdigits","false");
s1.addVariable("bufferlength","6");
s1.write("player1");
How can I adapt this new 4 code to get the digits to go away?
<p id='preview'>The player will show in this paragraph</p>
<script type='text/javascript' src='swfobject.js'></script>
<script type='text/javascript'>
var s1 = new SWFObject('player.swf','player','450','360','0');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','file=QTMOVIE.mov&autostart=true&controlbar=bottom');
s1.write('preview');
</script>
Much thanks for any hints

Make a skin: http://www.jeroenwijering.com/?item=Skinning_the_JW_Player
or find a skin: http://www.longtailvideo.com/skins.asp
that doesn't have digits.