Bug 20489 Configure illegal file characters https://bugzilla.wikimedia.org/show_bug...
[mediawiki.git] / js2 / mwEmbed / example_usage / Firefogg_Make_Simple.html
blobfb3bab30a3c36e15f5de254fbc45b8ab5d77156c
1 <!DOCTYPE HTML>
2 <html><head>
3 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
4 <title>Firefogg - Make Ogg Video in your Browser</title>
5 <!-- <script type="text/javascript" src="../jsScriptLoader.php?class=mv_embed&urid=da&debug=true"></script> -->
6 <script type="text/javascript" src="../mv_embed.js"></script>
7 <style type="text/css" media="all">@import "http://www.firefogg.org/css/style.css";</style>
8 <style type="text/css" media="all">
9 .install{
10 display:none;
12 input{
13 font-size:150%;
15 </style>
16 <script type="text/javascript">
17 mwAddOnloadHook(function(){
18 $j('#control_container').firefogg({
19 'encoder_interface' : false,
20 'encode_local' : true
21 }, function(){
22 $j('#loadFogg').hide();
23 });
24 });
25 </script>
26 </head><body>
27 <div id="main">
28 <h1><a href="http://www.firefogg.org/index.html"><img
29 src="http://www.firefogg.org/png/firefogg.png" alt="Firefogg"></a><br>
30 Make Ogg Video</h1>
31 <br><br><br>
32 <center>
33 <div style="width:500px">
34 <span id="loadFogg">Loading firefogg <blink>...</blink></span>
35 <div style="float:left;height:400px" id="control_container"></div>
36 <br><br>
37 </div>
38 </center>
39 </body></html>