* updated mwe-error_load_lib error msg
[lhc/web/wiklou.git] / js2 / mwEmbed / example_usage / Sequence_Editor.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>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;
21 }
22 img {
23 border:medium none;
24 }
25 </style>
26
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>
33
34 </body>
35 </html>
36