зеркало из https://github.com/mozilla/popcorn-js.git
[#t461] fixed even more changes I made while testing
This commit is contained in:
Родитель
29de77db49
Коммит
77fe83d6fc
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче