// this simple call does the magic
		$(function() {
			$("a.flowplayer").flowembed("/flowplayer/skins/FlowPlayerDark.swf",  {
			autoPlay: true,
			autoBuffering: true,
			controlBarBackgroundColor:'0x2e8860',
			initialScale: 'fit',
			videoLink: 'http://www.marqueze.net/videos-porno/',
			showVolumeSlider: true,
			controlsOverVideo: 'ease',
			controlBarBackgroundColor: -1,
			controlBarGloss: 'none'
			//showWatermark:'fullscreen',
			//watermarkUrl:'img/mosca-marqueze.png'
			//watermarkLinkUrl:'http://www.marqueze.net',
			});		
		});  