var width = 654																				//width in px
var height = 368																			//height in px
var background = '#000000'																	//colour in hex
var player_url = 'http://video.rsh-p.com/player/player.swf'									//location of player.swf
var player = new SWFObject(player_url,'mpl',width,height,'9',background);					
player.addParam('allowscriptaccess','always');
player.addParam('allowfullscreen','true');													
player.addVariable('file','http://video.rsh-p.com/paris_HD.flv');								//location of sd file
player.addVariable('hd.file','http://video.rsh-p.com/paris_HD.flv');						//location of hd file
player.addVariable('image','http://video.rsh-p.com/paris.jpg');								//location of poster frame
//player.addVariable('logo','http:/video.rsh-p.com/player/RSHP_videoLogo.png');			//location of logo image
player.addVariable('skin','http://video.rsh-p.com/player/skin.swf'); 						//location of skin.swf
player.addVariable('bufferlength','10');													//prebuffer in seconds before play
player.addVariable('autostart','false'); 													//true, false
player.addVariable('repeat','none'); 														//none, list, always, single
player.addVariable('controlbar','over');													//none, over, bottom
player.addVariable('icons','true');															//true, false
player.addVariable('displayclick','play');													//play, fullscreen, link, mute, next , none
//player.addVariable('link','http://rsh-p.com/');											//Adds link + button
//player.addVariable('linktarget','_self');													//_blank, _self, 
player.addVariable('quality','true');														//true, false
player.addVariable('stretching','uniform');													//none, exactfit, uniform, fill
player.addVariable('volume','100');															//0-100
//player.addVariable('playlist','none');													//none, bottom, over, right
player.addVariable('author','Toby Frenzen');
player.addVariable('title','Le Grand Paris');
//player.addVariable('caption','caption');
//player.addVariable('description','description');
player.addVariable('duration','485');
//player.addVariable('date','date');
player.addVariable('tags','Le Grand Paris');
player.addVariable('abouttext','RSHP &copy; 2009');											//Right Click Menu
player.addVariable('aboutlink','http://rsh-p.com');											//Right Click Link
player.addVariable('plugins','hd-1');
//player.addVariable('dock','true');
player.write('player');