Changeset 1376
- Timestamp:
- 10/05/10 17:35:08 (3 years ago)
- File:
-
- 1 edited
-
trunk/html5/test/examples/custom_skin.html (modified) (17 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/html5/test/examples/custom_skin.html
r1375 r1376 3 3 <head> 4 4 <title>Custom skin</title> 5 <script type="text/javascript" src="../../../ js/bin-debug/jwplayer.js">5 <script type="text/javascript" src="../../../../js/bin-debug/jwplayer.js"> 6 6 </script> 7 7 <script type="text/javascript" src="../../bin-debug/jwplayer.html5.js"> … … 28 28 }], 29 29 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 30 skin: "../../../ skins/beelden/beelden.xml"30 skin: "../../../../skins/beelden/beelden.xml" 31 31 }); 32 32 </script> … … 46 46 }], 47 47 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 48 skin: "../../../ skins/bekle/bekle.xml"48 skin: "../../../../skins/bekle/bekle.xml" 49 49 }); 50 50 </script> … … 64 64 }], 65 65 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 66 skin: "../../../ skins/classic/classic.xml"66 skin: "../../../../skins/classic/classic.xml" 67 67 }); 68 68 </script> … … 82 82 }], 83 83 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 84 skin: "../../../ skins/five/five.xml"84 skin: "../../../../skins/five/five.xml" 85 85 }); 86 86 </script> … … 100 100 }], 101 101 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 102 skin: "../../../ skins/glow/glow.xml"102 skin: "../../../../skins/glow/glow.xml" 103 103 }); 104 104 </script> … … 118 118 }], 119 119 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 120 skin: "../../../ skins/grungetape/grungetape.xml"120 skin: "../../../../skins/grungetape/grungetape.xml" 121 121 }); 122 122 </script> … … 136 136 }], 137 137 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 138 skin: "../../../ skins/icecreamsneaka/icecreamsneaka.xml"138 skin: "../../../../skins/icecreamsneaka/icecreamsneaka.xml" 139 139 }); 140 140 </script> … … 154 154 }], 155 155 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 156 skin: "../../../ skins/kleur/kleur.xml"156 skin: "../../../../skins/kleur/kleur.xml" 157 157 }); 158 158 </script> … … 172 172 }], 173 173 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 174 skin: "../../../ skins/lulu/lulu.xml"174 skin: "../../../../skins/lulu/lulu.xml" 175 175 }); 176 176 </script> … … 190 190 }], 191 191 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 192 skin: "../../../ skins/modieus/modieus.xml"192 skin: "../../../../skins/modieus/modieus.xml" 193 193 }); 194 194 </script> … … 208 208 }], 209 209 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 210 skin: "../../../ skins/nacht/nacht.xml"210 skin: "../../../../skins/nacht/nacht.xml" 211 211 }); 212 212 </script> … … 226 226 }], 227 227 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 228 skin: "../../../ skins/playcasso/playcasso.xml"228 skin: "../../../../skins/playcasso/playcasso.xml" 229 229 }); 230 230 </script> … … 244 244 }], 245 245 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 246 skin: "../../../ skins/schoon/schoon.xml"246 skin: "../../../../skins/schoon/schoon.xml" 247 247 }); 248 248 </script> … … 262 262 }], 263 263 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 264 skin: "../../../ skins/snel/snel.xml"264 skin: "../../../../skins/snel/snel.xml" 265 265 }); 266 266 </script> … … 280 280 }], 281 281 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 282 skin: "../../../ skins/stijl/stijl.xml"282 skin: "../../../../skins/stijl/stijl.xml" 283 283 }); 284 284 </script> … … 298 298 }], 299 299 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 300 skin: "../../../ skins/stormtrooper/stormtrooper.xml"300 skin: "../../../../skins/stormtrooper/stormtrooper.xml" 301 301 }); 302 302 </script>
Note: See TracChangeset
for help on using the changeset viewer.
