e7d31676a216d64eeb9fef545d3035b9c67e86f9
[lhc/web/wiklou.git] / js2 / mwEmbed / example_usage / Player_Themable.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5 <title>Sample Themed Player</title>
6 <script type="text/javascript" src="../mv_embed.js?debug=true"></script>
7 </head>
8 <script type="text/javascript">
9 mwAddOnloadHook(function(){
10 $j('#doThemeRoller').click(function(){
11 if(window.jquitr){
12 jquitr.addThemeRoller();
13 } else{
14 loadExternalJs('http://jqueryui.com/themeroller/developertool/developertool.js.php');
15 }
16 }).html('<span class="ui-icon ui-icon-newwin"/>Run Theme Roller</span>');
17 });
18 </script>
19 <body bgcolor="#FFF">
20 <h3> Sample Themed Player:</h3>
21 <a id="doThemeRoller" class="ui-icon_link ui-state-default ui-corner-all" href="#">loading theme editor<blink>...</blink></a><p><p>
22 <video src="media/sample_fish.ogg" thumbnail="media/sample_fish.jpg" durationHint="26"></video>
23 </table>
24
25 </body>
26 </html>
27