Simple design,
basic setupmediaplayer.swf 33.7 KB (34,574 bytes)
swfobject.js 6.71 KB (6,880 bytes)
vinovataliya.html (IE9 Save target as... saves it only as .htm, so add L for accuracy!)
vinovataliya.flvCode for the HTML file:
<script type="text/javascript" src="swfobject.js"></script>
<div id="player">This text will be replaced by the FLV player screen generated by the JavaScript below.</div>
<script type="text/javascript">
var so = new SWFObject('mediaplayer.swf','mpl','450','360','8');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addVariable('autostart','true');
so.addVariable('width','450');
so.addVariable('height','360');
so.addVariable('file','vinovataliya.flv');
so.write('player');
</script>
Internet Explorer 8 (IE 8): works fine
Internet Explorer 9 (IE 9) and above: plays only in upper left hand screen (see below)