Bug 20489 Configure illegal file characters https://bugzilla.wikimedia.org/show_bug...
[mediawiki.git] / js2 / mwEmbed / example_usage / Sequence_Editor.html
blobd6f79e035cd309102c35f1da40d68121db1fe65f
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>SMIL Sequence Editor example</title>
6 <script type="text/javascript" src="../mv_embed.js?debug=true"></script>
7 <script type="text/javascript">
8 mwAddOnloadHook(function(){
9 $j('#seqcontainer').sequencer({
10 'mv_pl_src':'media/sample_smil.xml'
11 });
12 });
13 </script>
14 <style>
15 body {
16 font: x-small sans-serif;
17 background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat;
18 color: black;
19 margin: 0;
20 padding: 0;
22 img {
23 border:medium none;
25 </style>
27 </head>
28 <body>
29 <h3> Simple SMIL example</h3>
30 <div id="seqcontainer" style="position:absolute;top:50px;bottom:10px;left:10px;right:10px;">
31 Loading sequence editor <blink>...</blink>
32 </div>
34 </body>
35 </html>