File: test_object.html

package info (click to toggle)
xine-plugin 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,472 kB
  • ctags: 3,042
  • sloc: sh: 9,367; ansic: 6,403; cpp: 1,563; makefile: 157
file content (16 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
  <title>xine plugin object test</title>
</head>
<body>
  <h1> xine plugin object test </h1>
  <hr />
  <center>
    This is xine: <br />
    <object type="application/x-ogg" data="" width="320" height="240">
      <param name="src" value="test.ogg" />
      <param name="loop" value="true" />
    </object>
  </center>
</body>
</html>