jQuery(document).ready(function() {
     flowplayer('a.movieplayer','assets/templates/webv4/mediaplayer/flowplayer-3.2.1.swf',{
	clip:{
		autoPlay:true,
		autoBuffering:false,
		provider:'lighttpd',
		urlResolvers:'secure',
		onPause: function() {this.getPlugin('content1').show();},
		onResume: function() {this.getPlugin('content1').hide();},
                                                onLastSecond: function() {this.getPlugin('content1').show();}
	},
	plugins:{
		lighttpd:{url:'assets/templates/webv4/mediaplayer/flowplayer.pseudostreaming-3.2.4.swf'},
		secure:{url:'assets/templates/webv4/mediaplayer/flowplayer.securestreaming-3.2.0.swf',timestamp:'timestamp'},
		content1: {
		 url:'assets/templates/webv4/mediaplayer/flowplayer.content-3.2.0.swf',
		 html: '<p><b>慕主先鋒傳播事工很願意能藉著網路來服事世界各地的弟兄姊妹。因此，我們將所有的信息資源放在網路上，免費提供給大家。若您有感動以奉獻來支持我們幕後製作所需要的網路設計、美編、人力等…，請<a href=\"http://www.forerunner.cc/partner\" target=\"_blank\">按此奉獻</a>。</b></p>',
		 style:{
			 p:{fontSize:16,leading:5,letterSpacing:5,marginLeft:10},
			 a: {color:'#008eff'}
		 },
		 top:10,
		 left:10,
		 width: 380,
		 height:155,
		 opacity:0.97,
		 borderRadius: 0,
		 backgroundGradient:'low',
                                                 closeButton:true,
                                                 closeImage:'assets/templates/webv4/mediaplayer/close.gif'
	                         }
	},
	onLoad:function(){this.getPlugin('content1').hide();}
     });
});
