Skip to content

Commit

Permalink
edited example to start at 0 sec[mozilla#160]
Browse files Browse the repository at this point in the history
  • Loading branch information
annasob committed Dec 5, 2010
1 parent 64d07fe commit faf3391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/webpage/popcorn.webpage.html
Expand Up @@ -13,7 +13,7 @@

p.webpages({
id: "webpages-a",
start: 2, // seconds
start: 0, // seconds
end: 5, // seconds
src: 'http://www.webmademovies.org',
target: 'webpagediv'
Expand All @@ -25,7 +25,7 @@
</head>
<body>
<h1 id="qunit-header">Popcorn WebPage Plug-in Demo</h1>
<p> A Webpage displaying webmademovies.org will appear at 2 seconds and disappear at 5 seconds.</p>
<p> A Webpage displaying webmademovies.org will appear at 0 seconds and disappear at 5 seconds.</p>
<div>
<video id='video'
controls preload='none'
Expand Down

0 comments on commit faf3391

Please sign in to comment.