Skip to content

Commit

Permalink
Fixes for TTML parser demo [#803]
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher De Cairos committed Nov 1, 2011
2 parents a5d5db2 + f454e19 commit 353ec1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parsers/parserTTML/popcorn.parserTTML.html
Expand Up @@ -10,6 +10,7 @@
<script>
document.addEventListener( 'DOMContentLoaded', function () {
var p = Popcorn( '#video' )
.parseTTML("data/data.ttml")
.volume( 0 )
.play();
}, false);
Expand All @@ -31,8 +32,7 @@ <h1 id="qunit-header">Popcorn 0.3 TTML parser Plug-in Demo</h1>
<video id='video'
controls
width= '250px'
data-timeline-sources="data/data.ttml"
poster="../../test/poster.png">
poster="../../test/poster.png">

<source id='mp4'
src="../../test/trailer.mp4"
Expand Down

0 comments on commit 353ec1a

Please sign in to comment.