$(window).ready(function() {

    flowplayer("a.flowPlayer", "/flowplayer-3.1.5.swf"
	,{
	    playlist: [
			        // second clip is a video. when autoPlay is set to false the splash screen will be shown
			        {
			            //url: '{/literal}{$reklamaMain.videofile}{literal}',
			            autoPlay: false,

			            // video will be buffered when splash screen is visible
			            autoBuffering: true
			            
			        }
			    ]
			    
	}

	);
});


