[#t461] final fix for changes I made while testing

This commit is contained in:
ScottDowne 2011-07-19 15:12:43 -04:00
Родитель 77fe83d6fc
Коммит 8ef67036cb
1 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -7,11 +7,16 @@
<script src="popcorn.wikipedia.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
Popcorn.plugin.debug = true;
var p = Popcorn('#video')
.volume(0)
.play()
.wikipedia({} )
.wikipedia({
start: 0, // seconds
end: 10, // seconds
src: 'http://en.wikipedia.org/wiki/Cape_Town',
title: "this is an article",
target: 'wikidiv'
})
.wikipedia({
start: 7, // seconds
end: 20, // seconds