// Tous droits réservés copyright 2008-2009
// http://www.RenePaul.net
// Pour son usage exclusif

/*
var player=null;
function playerReady(thePlayer){
	player=window.document[thePlayer.id];
};

var flashvars={
	//file:"", 
	autostart:false,
	volume:"100"
	//backcolor:"ffffff" //background color of the controlbar and playlist. This is white with the default skin.
	//frontcolor:"cc0000" //color of all icons and texts in the controlbar and playlist.
	//lightcolor:"cc0000" //color of an icon or text when you rollover it with the mouse.
	//screencolor:"000000" //background color of the display.
	//width
	//height
	//skin
	//playlist:"none"
};

var params={
	allowfullscreen:true, 
	allowscriptaccess:"always",
	wmode:"opaque",
	menu:false,
	bgcolor:"#000000",
	pluginspage:"http://www.macromedia.com/go/getflashplayer"
};

var attributes={
	id:"myplayer",  
	name:"myplayer"
};

swfobject.embedSWF("code/mediaplayer/player.swf","myplayer","200","20","9.0.115","code/commun/expressInstall.swf",flashvars,params,attributes);
*/

var flashvars={
	//autoplay:true, 
	//autoreplay:true,
	//randomplay:true,
	//xml:"playlist.xml",
	//mp3:"test.mp3",
	mp3:"",
	showtime:true,
	volume:100
};

var params={
	allowfullscreen:true, 
	allowscriptaccess:"always",
	wmode:"transparent",
	bgcolor:"000000", //si opaque
	pluginspage:"http://www.macromedia.com/go/getflashplayer"
};

var attributes={
	id:"myplayer",  
	name:"myplayer"
};

swfobject.embedSWF("code/dewplayer/dewplayer.swf","myplayer","200","20","7.0.0.0","code/commun/expressInstall.swf",flashvars,params,attributes);
