add paused=false option

This commit is contained in:
rolux 2013-02-12 19:03:36 +05:30
parent 0de0d8d41e
commit 0cfe6c6bb1
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ function getEmbedURL(id, videoURL) {
outPoint = points.pop(),
inPoint = points.pop();
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) {