play pdf overlay on load

This commit is contained in:
j 2013-03-03 08:15:43 +00:00
parent 6d9ee1ece6
commit 6236a296be

View File

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