source: tags/plugins/hd/2.2/test/ova.html @ 2127

Revision 2127, 1.4 KB checked in by jeroen, 15 months ago (diff)

tagged Captions, HD, Related, Sharing plugins for OVA 1.0 release

Line 
1<!DOCTYPE html>
2<html lang="en">
3<head>
4    <meta charset="UTF-8">
5    <script type="text/javascript" src="http://player.longtailvideo.com/jwplayer.js"></script>
6    <title>OVA Support</title>
7    <link type="text/css" rel="stylesheet" href="assets/style.css" />
8</head>
9<body>
10
11<h2>OVA Support</h2>
12<div id="container"></div>
13
14
15<script type="text/javascript">
16jwplayer("container").setup({
17    file: 'http://content.bitsontherun.com/videos/nPripu9l-327.mp4',
18    flashplayer: 'assets/player.swf',
19    height: 270,
20    image: 'http://content.bitsontherun.com/thumbs/nPripu9l-480.jpg',
21    plugins: { 
22        'assets/ova.swf': {
23            debug: {
24              levels: "fatal"
25            },
26            ads: {
27                controls: { 
28                    manage: false 
29                },
30                servers: [{
31                    type: "OpenX",
32                    apiAddress: "http://openx.openvideoads.org/openx/www/delivery/fc.php"
33                }],
34                schedule: [{
35                    zone: "5",
36                    position: "pre-roll"
37                }]
38            }
39        }, '../hd.js': {
40            file: 'http://content.bitsontherun.com/videos/nPripu9l-67067.mp4'
41        }
42    },
43    width: 480
44});
45</script>
46
47
48<ul>
49    <li>The <em>HD</em> button should not display during preroll playback.</li>
50</ul>
51<p>OVA only works in Flash mode.</p>
52
53
54</body>
55</html>
Note: See TracBrowser for help on using the repository browser.