// JavaScript Document
var so = new SWFObject('http://www.theatre-productions.com/Flash/mediaplayer.swf','mpl','160','112','8');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addVariable('height','112');
so.addVariable('width','160');
so.addVariable('file','http://www.theatre-productions.com/Flash/logo.flv');
so.addVariable('displayheight','112');
so.addVariable('displaywidth','160');
so.addVariable('showicons','false');
so.addVariable('shownavigation','false');
so.addVariable('showdigits','false');
so.addVariable('usefullscreen','false');
so.addVariable('autostart','true');
so.addVariable('repeat','true');
so.write('player');