thd/web/js/uc.videoplayer.js
author baptisteh
Fri, 04 Mar 2016 12:30:47 +0100
changeset 97 cb6ae6d35967
parent 35 94a1dc255022
permissions -rw-r--r--
first commit

//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(){

}