add paused=false option
This commit is contained in:
parent
0de0d8d41e
commit
0cfe6c6bb1
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ function getEmbedURL(id, videoURL) {
|
||||||
outPoint = points.pop(),
|
outPoint = points.pop(),
|
||||||
inPoint = points.pop();
|
inPoint = points.pop();
|
||||||
return parsed.origin + '/' + item + '/embed?view=player&id=' + id
|
return parsed.origin + '/' + item + '/embed?view=player&id=' + id
|
||||||
+ '&in=' + inPoint + '&out=' + outPoint + '&showCloseButton=true';
|
+ '&in=' + inPoint + '&out=' + outPoint
|
||||||
|
+ '&paused=false&showCloseButton=true';
|
||||||
}
|
}
|
||||||
|
|
||||||
function getVideoOverlay(page) {
|
function getVideoOverlay(page) {
|
||||||
|
|
Loading…
Reference in a new issue