summaryrefslogtreecommitdiffstats
path: root/Test.html
blob: 3ffd565ecfc96a0fb0e0521820ec7ed96d75f031 (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("D:\\");</script>
	  <br /><button onclick="framed.moveToRandomTime()">Next Random Frame</button>
   </body>
</html>