/**
 * PFPLAYER v1.5.0: Nexio Flash Player - using JW PLAYERS 3.16 from JeroenWiJering - http://www.nexio.com - http://www.jeroenwijering.com
 *
 *
 * **pfplayer is the dynamic javascript providing your custom flash streaming player.
 * YOU CAN'T MODIFY THIS SCRIPT. By doing so, you will be constrain to see one particular clip - all configs are using dynamic parameters generated from your streaming account
 */

function loadPlayer(id) {
	var so = new SWFObject('http://webcast.nexio.com/pfplayer/pfplayer_v3.swf','mpl','640','380','8');
	so.addParam('allowscriptaccess','always');
	so.addParam('allowfullscreen','true');
	so.addVariable('file','http://webcast.nexio.com/crha/Entrevues/dynad.aspx?cid=' + id);
	so.addVariable('height','380');
	so.addVariable('width','640');
	so.addVariable('image','http://www.orhri.org/Entrevues/imagesv7/studioRH.jpg');
	so.addVariable('autostart','true');
	so.addVariable('usefullscreen','true');
	so.addVariable('linkfromdisplay','false');
	so.addVariable('searchbar','false');
	so.write('pfplayerauto');
};