Ignore:
Timestamp:
10/04/10 16:01:46 (3 years ago)
Author:
zach
Message:

updating examples to use CDN

File:
1 edited

Legend:

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

    r1314 r1361  
    3030                repeat: "single", 
    3131                levels: [{ 
    32                         file: "../../../js/test/files/bunny.mp4" 
     32                        file: "http://content.bitsontherun.com/videos/gSzpo2wh-486405.mp4" 
    3333                }, { 
    34                         file: "../../../js/test/files/bunny.ogv" 
     34                        file: "http://content.bitsontherun.com/videos/gSzpo2wh-604476.ogv" 
    3535                }], 
    36                 image: "../../../js/test/files/bunny.jpg", 
     36                image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 
    3737                debug: "console" 
    3838             
     
    5555                volume: 50, 
    5656                levels: [{ 
    57                         file: "../../../js/test/files/bunny.mp4" 
     57                        file: "http://content.bitsontherun.com/videos/gSzpo2wh-486405.mp4" 
    5858                }, { 
    59                         file: "../../../js/test/files/bunny.ogv" 
     59                        file: "http://content.bitsontherun.com/videos/gSzpo2wh-604476.ogv" 
    6060                }], 
    61                 image: "../../../js/test/files/bunny.jpg", 
     61                image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 
    6262                skin: "../../../../skins/stormtrooper/stormtrooper.xml" 
    6363            }); 
Note: See TracChangeset for help on using the changeset viewer.