| Revision 2140,
883 bytes
checked in by jeroen, 15 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/swfobject.js"></script> |
|---|
| 7 | <link type="text/css" rel="stylesheet" href="assets/style.css" /> |
|---|
| 8 | <title>5.2 compatibility</title> |
|---|
| 9 | |
|---|
| 10 | </head> |
|---|
| 11 | <body> |
|---|
| 12 | |
|---|
| 13 | <h2>5.2 compatibility</h2> |
|---|
| 14 | |
|---|
| 15 | <div id="container">Select an option</div> |
|---|
| 16 | |
|---|
| 17 | <script type="text/javascript"> |
|---|
| 18 | swfobject.embedSWF('assets/player52.swf','container',720,270,'9.0.0',null,{ |
|---|
| 19 | controlbar: 'over', |
|---|
| 20 | file:'assets/playlist.xml', |
|---|
| 21 | playlist: 'right', |
|---|
| 22 | playlistsize: 240, |
|---|
| 23 | plugins:'sharing', |
|---|
| 24 | skin:'../glow.zip' |
|---|
| 25 | },{ |
|---|
| 26 | allowfullscreen:'true', |
|---|
| 27 | allowscriptaccess:'always' |
|---|
| 28 | },{ |
|---|
| 29 | id:'player', |
|---|
| 30 | name:'player' |
|---|
| 31 | }); |
|---|
| 32 | </script> |
|---|
| 33 | |
|---|
| 34 | <ul> |
|---|
| 35 | <li>Check if the skin generally looks decent and if the right elements are shown.</li> |
|---|
| 36 | </ul> |
|---|
| 37 | |
|---|
| 38 | </body> |
|---|
| 39 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.