Bug 20489 Configure illegal file characters https://bugzilla.wikimedia.org/show_bug...
[mediawiki.git] / js2 / mwEmbed / example_usage / SequencerPlayer_Simple.html
blobede67955f13d4f47f09c81540753de547ec004cc
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>Simple SMIL example</title>
6 <script type="text/javascript" src="../mv_embed.js"></script>
7 </head>
8 <body>
9 <h3> Simple SMIL example</h3>
11 <span id="default_attr">
12 </span> <br />
13 <br />
14 <table border="1" cellpadding="6" width="600">
15 <tr>
16 <td valign="top"><playlist id="smil_pl" src="media/sample_smil.xml"></td>
18 <td valign="top"><b>Sample Embed 8</b><br />
19 <br><b>Crossfading Videos</b><br/>
20 The first video fades up from green when it starts to play,
21 and the second video fades down to green when it ends.
22 When the first video stops and the second video starts,
23 though, the two videos crossfade into each other<br><iframe width="500" height="200" src="media/sample_smil.xml">sample smil here</iframe><br />
24 &lt;-- code used: <br />
25 <pre> &lt;playlist id=&quot;smil_pl&quot; src=&quot;media/sample_smil.xml&quot;&gt;</pre>
27 </td>
28 </tr>
30 </table>
31 <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;
32 </body>
33 </html>