/**
 * PFPLAYER v0.5.0: NExio Flash Player - using JW PLAYERS 3.12 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.swf','mpl','425','339','8');
	so.addParam("allowfullscreen","true");
	so.addVariable("file","rtmp://fms.edgecastcdn.net/00021F/devenirgrh");
	so.addVariable('height','339');
	so.addVariable('width','425');
	so.addVariable('image','http://www.lajoblapluscoolengestion.com/video/425X320_VP.jpg');
	so.addVariable("autostart","true");
	so.addVariable("usefullscreen","true");
	if(id != '') { 
		so.addVariable("id",id); 
	} else {
		so.addVariable("type","flv");
	}
	so.write('pfplayer');
};