From 0cfe6c6bb13b2856154ffb3cd940d1d101010b47 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 12 Feb 2013 19:03:36 +0530 Subject: [PATCH] add paused=false option --- static/videoOverlay.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/videoOverlay.js b/static/videoOverlay.js index 18b381a..6f770cb 100644 --- a/static/videoOverlay.js +++ b/static/videoOverlay.js @@ -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) {