var singlePlayer = new jfFlashPlayer();
singlePlayer.setUp({
	videoLimit : 0,
	mode : 'singlePlayer',
	swfID : 'SinglePlayer',
	swfWidth : '100%',
	swfHeight : '100%'
});

singlePlayer.setAspectRatio = function (aspectRatio) {
	singlePlayer.setUp({
		swfLocation: aspectRatio == 'wide' ? '/SinglePlayer/Components/SinglePlayer16By9.swf' : '/SinglePlayer/Components/SinglePlayer4By3.swf'
	});
};