Changeset 1376


Ignore:
Timestamp:
10/05/10 17:35:08 (3 years ago)
Author:
zach
Message:

Fixing test page

File:
1 edited

Legend:

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

    r1375 r1376  
    33    <head> 
    44        <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"> 
    66        </script> 
    77        <script type="text/javascript" src="../../bin-debug/jwplayer.html5.js"> 
     
    2828                }], 
    2929                image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 
    30                 skin: "../../../skins/beelden/beelden.xml" 
     30                skin: "../../../../skins/beelden/beelden.xml" 
    3131            }); 
    3232        </script> 
     
    4646                }], 
    4747                image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 
    48                 skin: "../../../skins/bekle/bekle.xml" 
     48                skin: "../../../../skins/bekle/bekle.xml" 
    4949            }); 
    5050        </script> 
     
    6464                }], 
    6565                image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 
    66                 skin: "../../../skins/classic/classic.xml" 
     66                skin: "../../../../skins/classic/classic.xml" 
    6767            }); 
    6868        </script> 
     
    8282                }], 
    8383                image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 
    84                 skin: "../../../skins/five/five.xml" 
     84                skin: "../../../../skins/five/five.xml" 
    8585            }); 
    8686        </script> 
     
    100100                }], 
    101101                image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 
    102                 skin: "../../../skins/glow/glow.xml" 
     102                skin: "../../../../skins/glow/glow.xml" 
    103103            }); 
    104104        </script> 
     
    118118                }], 
    119119                image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 
    120                 skin: "../../../skins/grungetape/grungetape.xml" 
     120                skin: "../../../../skins/grungetape/grungetape.xml" 
    121121            }); 
    122122        </script> 
     
    136136                }], 
    137137                image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 
    138                 skin: "../../../skins/icecreamsneaka/icecreamsneaka.xml" 
     138                skin: "../../../../skins/icecreamsneaka/icecreamsneaka.xml" 
    139139            }); 
    140140        </script> 
     
    154154                }], 
    155155                image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 
    156                 skin: "../../../skins/kleur/kleur.xml" 
     156                skin: "../../../../skins/kleur/kleur.xml" 
    157157            }); 
    158158        </script> 
     
    172172                }], 
    173173                image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 
    174                 skin: "../../../skins/lulu/lulu.xml" 
     174                skin: "../../../../skins/lulu/lulu.xml" 
    175175            }); 
    176176        </script> 
     
    190190                }], 
    191191                image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 
    192                 skin: "../../../skins/modieus/modieus.xml" 
     192                skin: "../../../../skins/modieus/modieus.xml" 
    193193            }); 
    194194        </script> 
     
    208208                }], 
    209209                image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 
    210                 skin: "../../../skins/nacht/nacht.xml" 
     210                skin: "../../../../skins/nacht/nacht.xml" 
    211211            }); 
    212212        </script> 
     
    226226                }], 
    227227                image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 
    228                 skin: "../../../skins/playcasso/playcasso.xml" 
     228                skin: "../../../../skins/playcasso/playcasso.xml" 
    229229            }); 
    230230        </script> 
     
    244244                }], 
    245245                image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 
    246                 skin: "../../../skins/schoon/schoon.xml" 
     246                skin: "../../../../skins/schoon/schoon.xml" 
    247247            }); 
    248248        </script> 
     
    262262                }], 
    263263                image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 
    264                 skin: "../../../skins/snel/snel.xml" 
     264                skin: "../../../../skins/snel/snel.xml" 
    265265            }); 
    266266        </script> 
     
    280280                }], 
    281281                image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 
    282                 skin: "../../../skins/stijl/stijl.xml" 
     282                skin: "../../../../skins/stijl/stijl.xml" 
    283283            }); 
    284284        </script> 
     
    298298                }], 
    299299                image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 
    300                 skin: "../../../skins/stormtrooper/stormtrooper.xml" 
     300                skin: "../../../../skins/stormtrooper/stormtrooper.xml" 
    301301            }); 
    302302        </script> 
Note: See TracChangeset for help on using the changeset viewer.