| changeset 35 | 94a1dc255022 |
| 34:56befcb22751 | 35:94a1dc255022 |
|---|---|
1 //File autoincluded by the component cycles |
|
2 uc.videoplayer = uc.videoplayer || {}; |
|
3 |
|
4 jQuery(document).ready(function(){ |
|
5 uc.videoplayer.registerVideoPlayer(); |
|
6 uc.videoplayer.registerBonusPlayer(); |
|
7 }); |
|
8 |
|
9 |
|
10 uc.videoplayer.registerVideoPlayer = function(){ |
|
11 $f("player-ba", {src: "/flashes/flowplayer-3.0.7.swf", wmode: 'opaque'}).playlist("#playlist-ba"); |
|
12 } |
|
13 |
|
14 uc.videoplayer.registerBonusPlayer = function(){ |
|
15 |
|
16 } |