summaryrefslogtreecommitdiffstats
path: root/Test.html
blob: d646c616b2f669106991fb51da4f97f656ac3302 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
   <head>
	  <title>Framed</title>
   </head>
   <body>
	  <h2>
		<img src="http://anyclip.com/images/anyclip-logo.png" /><br />
		Framed!
	  </h2>
	  <object type="application/x-qt-plugin" classid="RandomFrameWidget" name="framed" width="640" height="480"></object>
	  <script language="javascript">framed.showSource("/dev/dvd");</script>
	  <br /><button onclick="framed.moveToRandomTime()">Next Random Frame</button>
   </body>
</html>