Ignore:
Timestamp:
09/23/10 22:28:26 (3 years ago)
Author:
zach
Message:
  • Fixing playlist example
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/html5/test/examples/playlist.html

    r1322 r1334  
    1212            var playlist = [{ 
    1313                levels: [{ 
    14                         file: "../../../js/test/files/bunny.mp4" 
     14                        file: "http://content.bitsontherun.com/videos/gSzpo2wh-486405.mp4" 
    1515                }, { 
    16                         file: "../../../js/test/files/bunny.ogv" 
     16                        file: "http://content.bitsontherun.com/videos/gSzpo2wh-604476.ogv" 
    1717                }], 
    18                 image: "../../../js/test/files/bunny.jpg" 
     18                image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg" 
    1919            }, { 
    2020                levels: [{ 
    21                         file: "../../../js/test/files/corrie.mp4" 
     21                        file: "http://content.bitsontherun.com/videos/guYqV1AB-486405.mp4" 
    2222                }, { 
    23                         file: "../../../js/test/files/corrie.ogv" 
     23                        file: "http://content.bitsontherun.com/videos/guYqV1AB-604476.ogv" 
    2424                }], 
    25                 image: "../../../js/test/files/corrie.jpg" 
     25                image: "http://content.bitsontherun.com/thumbs/guYqV1AB-480.jpg" 
    2626            }, { 
    2727                levels: [{ 
    28                         file: "../../../js/test/files/oorlogswinter.mp4" 
     28                        file: "http://content.bitsontherun.com/videos/DMJODX8R-486405.mp4" 
    2929                }, { 
    30                         file: "../../../js/test/files/oorlogswinter.ogv" 
     30                        file: "http://content.bitsontherun.com/videos/DMJODX8R-604476.ogv" 
    3131                }], 
    32                 image: "../../../js/test/files/oorlogswinter.png" 
     32                image: "http://content.bitsontherun.com/thumbs/DMJODX8R-480.jpg" 
    3333            }]; 
    3434        </script> 
Note: See TracChangeset for help on using the changeset viewer.