[#t461] fixed even more changes I made while testing

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

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

@ -7,11 +7,16 @@
<script>
document.addEventListener( "DOMContentLoaded", function () {
Popcorn.plugin.debug = true;
var p = Popcorn( "#video" )
.volume( 0 )
.play()
.processing({})
.processing({
start: 2,
end: 10,
target: "processing-div",
sketch: "test.pjs",
noPause: true
})
.processing({
start: 10,
end: 15,