

// define width and height here first:
document.write('<object width="320" height="240" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="FLVPlayer" align="" /> ');
document.write('<param name="movie" value="stk_flv_player.swf?autoPlay=false" /> ');
document.write('<param name="salign" value="lt" /> ');
document.write('<param name="quality" value="high" /> ');
document.write('<param name="scale" value="noscale" /> ');
document.write('<param name="bgcolor" value="#ffffff" /> ');
// define width and height here second:
document.write('<embed width="320" height="240" src="stk_flv_player.swf?autoPlay=false" quality="high" scale="noscale" bgcolor="#ffffff" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> ');
document.write('</object>');