thd/web/js/uc.videoplayer.js
author ymh <ymh.work@gmail.com>
Thu, 29 Sep 2011 11:45:55 +0200
changeset 54 32c068f50fd1
parent 35 94a1dc255022
permissions -rw-r--r--
sadasd

//File autoincluded by the component cycles
uc.videoplayer = uc.videoplayer || {};

jQuery(document).ready(function(){
	uc.videoplayer.registerVideoPlayer();
	uc.videoplayer.registerBonusPlayer();
	});


uc.videoplayer.registerVideoPlayer =  function(){
	$f("player-ba", {src: "/flashes/flowplayer-3.0.7.swf", wmode: 'opaque'}).playlist("#playlist-ba");
}

uc.videoplayer.registerBonusPlayer =  function(){

}