| changeset 104 | 8e4fe6f3337d |
| parent 103 | d2af8a210f5d |
| child 105 | c8f710cd1fb1 |
| 103:d2af8a210f5d | 104:8e4fe6f3337d |
|---|---|
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 } |