play pdf overlay on load

This commit is contained in:
j 2013-03-03 08:15:43 +00:00
parent 6d9ee1ece6
commit 6236a296be
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ function getVideoOverlay(page) {
$iframe = Ox.$('<iframe>')
.attr({
id: videoId,
src: video.src + '&showCloseButton=true&fullscreen=false',
src: video.src + '&showCloseButton=true&fullscreen=false&paused=false',
width: '100%',
height: '100%',
frameborder: 0