File: test_embed.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 (14 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
  <title>xine plugin embed test</title>
</head>
<body>
  <h1> xine plugin embed test </h1>
  <hr />
  <center>
    This is xine: <br />
    <embed type="application/x-ogg" src="test.ogg"
        width="320" height="240" loop="true" />
  </center>
</body>
</html>