09_Media/media2.htm
1 <?xml version="1.0" encoding="windows-1250"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "DTD/xhtml1-strict.dtd">
4 <html xmlns:t="urn:schemas-microsoft-com:time">
5 <head>
6 <title>Médiá 2</title>
7 <meta http-equiv="Author" content="Imrich BURANSKY" />
8 <meta http-equiv="Content-Type" content="text/html; charset=Windows-1250" />
9 <?import namespace="t" implementation="#default#time2">
10 </head>
11 <body >
12 <h2>Médiá 2</h2>
13 <p>
14 <t:media id="Medium" timeAction="visibility" src="sample.wmv" />
15 </p>
16 <div>
17 <button onclick="Medium.beginElement();" > Štart </button>
18 <button onclick="Medium.pauseElement();" > Pauza </button>
19 <button onclick="Medium.resumeElement();"> Pokračuj </button>
20 <button onclick="Medium.endElement();" > Stop </button>
21 </div>
22 </body>
23 </html>