$(document).ready(function() {
	$('#player-aovivo').flash({ 
		src: 'swf/player.swf',
		width: 400,
		height: 55,
		wmode: 'transparent',
		menu: 'false',
		allowfullscreen: 'true',
		allowscriptaccess: 'always',
		autoplay: 'true'

	},
	{ version: 9 },

	function(htmlOptions) {
		$this = $(this);
		htmlOptions.flashvars = { 
			streamer: 'rtmp://radio95fm.streamm.com.br/live/',
			file: 'livestream',
			skin: 'swf/bekle.swf',
			type: 'rtmp',
			displaywidth: 400,
			displayheight: 55,
			controlbar: "over",
			autostart: 1
		};
		$this.append($.fn.flash.transform(htmlOptions));
	});
});
