| Revision 2140,
837 bytes
checked in by jeroen, 16 months ago
(diff) |
|
added prev, next, volume to glow and cleaned up playlist
|
| Line | |
|---|
| 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>Without Poster</title> |
|---|
| 8 | <link rel="stylesheet" href="assets/style.css" /> |
|---|
| 9 | |
|---|
| 10 | </head> |
|---|
| 11 | <body> |
|---|
| 12 | |
|---|
| 13 | <h2>Without Poster</h2> |
|---|
| 14 | |
|---|
| 15 | <p id="player"></p> |
|---|
| 16 | |
|---|
| 17 | <script type="text/javascript"> |
|---|
| 18 | jwplayer("player").setup({ |
|---|
| 19 | file: 'assets/playlist.xml', |
|---|
| 20 | flashplayer: 'assets/player.swf', |
|---|
| 21 | height: 270, |
|---|
| 22 | item: 3, |
|---|
| 23 | plugins: { |
|---|
| 24 | sharing: {} |
|---|
| 25 | }, |
|---|
| 26 | skin: '../glow.zip', |
|---|
| 27 | width: 480 |
|---|
| 28 | }); |
|---|
| 29 | </script> |
|---|
| 30 | |
|---|
| 31 | <ul> |
|---|
| 32 | <li>Check if the skin looks good on startup without poster.</li> |
|---|
| 33 | <li>Check if the buttons/controls do not blend into the background.</li> |
|---|
| 34 | <li>Check if the prev/next buttons pop up in the controlbar.</li> |
|---|
| 35 | </ul> |
|---|
| 36 | |
|---|
| 37 | </body> |
|---|
| 38 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.