зеркало из https://github.com/mozilla/popcorn-js.git
39 строки
1019 B
HTML
39 строки
1019 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Popcorn 1.0 parser Plug-in Demo</title>
|
|
|
|
<script src="../../popcorn.js"></script>
|
|
<script src="../../modules/parser/popcorn.parser.js"></script>
|
|
<script src="../../modules/timeline-sources/popcorn.timeline-sources.js"></script>
|
|
<script src="../../plugins/flickr/popcorn.flickr.js"></script>
|
|
<script src="popcorn.parserXML.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<h1 id="qunit-header">Popcorn 1.0 parser Plug-in Demo</h1>
|
|
<p></p>
|
|
<div>
|
|
<video data-timeline-sources="data/data.XML"
|
|
controls
|
|
width= "250px"
|
|
poster="../../test/poster.png">
|
|
|
|
<source id="mp4"
|
|
src="../../test/trailer.mp4"
|
|
type='video/mp4; codecs="avc1, mp4a"'>
|
|
|
|
<source id="ogv"
|
|
src="../../test/trailer.ogv"
|
|
type='video/ogg; codecs="theora, vorbis"'>
|
|
|
|
<p>Your user agent does not support the HTML5 Video element.</p>
|
|
|
|
</video>
|
|
</div>
|
|
|
|
<div id="flickrdiv"></div>
|
|
|
|
</body>
|
|
</html>
|