Changeset 1334 for trunk/html5/test/examples/playlist.html
- Timestamp:
- 09/23/10 22:28:26 (3 years ago)
- File:
-
- 1 edited
-
trunk/html5/test/examples/playlist.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/html5/test/examples/playlist.html
r1322 r1334 12 12 var playlist = [{ 13 13 levels: [{ 14 file: " ../../../js/test/files/bunny.mp4"14 file: "http://content.bitsontherun.com/videos/gSzpo2wh-486405.mp4" 15 15 }, { 16 file: " ../../../js/test/files/bunny.ogv"16 file: "http://content.bitsontherun.com/videos/gSzpo2wh-604476.ogv" 17 17 }], 18 image: " ../../../js/test/files/bunny.jpg"18 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg" 19 19 }, { 20 20 levels: [{ 21 file: " ../../../js/test/files/corrie.mp4"21 file: "http://content.bitsontherun.com/videos/guYqV1AB-486405.mp4" 22 22 }, { 23 file: " ../../../js/test/files/corrie.ogv"23 file: "http://content.bitsontherun.com/videos/guYqV1AB-604476.ogv" 24 24 }], 25 image: " ../../../js/test/files/corrie.jpg"25 image: "http://content.bitsontherun.com/thumbs/guYqV1AB-480.jpg" 26 26 }, { 27 27 levels: [{ 28 file: " ../../../js/test/files/oorlogswinter.mp4"28 file: "http://content.bitsontherun.com/videos/DMJODX8R-486405.mp4" 29 29 }, { 30 file: " ../../../js/test/files/oorlogswinter.ogv"30 file: "http://content.bitsontherun.com/videos/DMJODX8R-604476.ogv" 31 31 }], 32 image: " ../../../js/test/files/oorlogswinter.png"32 image: "http://content.bitsontherun.com/thumbs/DMJODX8R-480.jpg" 33 33 }]; 34 34 </script>
Note: See TracChangeset
for help on using the changeset viewer.
