| Revision 2036,
1.3 KB
checked in by jeroen, 17 months ago
(diff) |
|
added OVA test to related plugin
|
| Rev | Line | |
|---|
| [2036] | 1 | <!DOCTYPE html> |
|---|
| 2 | <html lang="en"> |
|---|
| 3 | <head> |
|---|
| 4 | |
|---|
| 5 | <meta charset="UTF-8"> |
|---|
| 6 | <script type="text/javascript" src="assets/jwplayer.min.js"></script> |
|---|
| 7 | <title>OVA Support</title> |
|---|
| 8 | <link type="text/css" rel="stylesheet" href="assets/style.css" /> |
|---|
| 9 | </head> |
|---|
| 10 | <body> |
|---|
| 11 | |
|---|
| 12 | <h2>OVA Support</h2> |
|---|
| 13 | |
|---|
| 14 | <div style="position:relative"> |
|---|
| 15 | <div id="container"></div> |
|---|
| 16 | <div id="companion"></div> |
|---|
| 17 | </div> |
|---|
| 18 | |
|---|
| 19 | <script type="text/javascript"> |
|---|
| 20 | jwplayer("container").setup({ |
|---|
| 21 | playlist: [{ |
|---|
| 22 | file: 'http://content.bitsontherun.com/videos/7OCSON1y-393434.flv', |
|---|
| 23 | image: 'http://content.bitsontherun.com/thumbs/7OCSON1y-480.jpg', |
|---|
| 24 | 'related.file': 'assets/blender.xml' |
|---|
| 25 | }], |
|---|
| 26 | height: 240, |
|---|
| 27 | flashplayer: 'assets/player.swf', |
|---|
| 28 | plugins: { ova: { |
|---|
| 29 | json: '{"blockUntilOriginalPlaylistLoaded":true,"delayAdRequestUntilPlay":true,"ads":{"disableControls":false,"servers":[{"type":"OpenX","apiAddress":"http://openx.openvideoads.org/openx/www/delivery/fc.php"}],"notice":{"show":true,"type":"countdown"},"displayCompanions":true,"restoreCompanions":false,"companions":[{"id":"companion","width":"200","height":"240"}],"schedule":[{"zone":"47","position":"pre-roll"}]},"debug":{"levels":"none"}}' |
|---|
| 30 | }, '../related.js': {} |
|---|
| 31 | }, |
|---|
| 32 | width: 420 |
|---|
| 33 | }); |
|---|
| 34 | </script> |
|---|
| 35 | |
|---|
| 36 | |
|---|
| 37 | <p>Test in a Flash browser. Captions should be shown on the video and not on the preroll.</p> |
|---|
| 38 | |
|---|
| 39 | |
|---|
| 40 | </body> |
|---|
| 41 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.