adding functionality to preview slider
This commit is contained in:
parent
016756df72
commit
a6d2eb28fd
4 changed files with 15 additions and 2 deletions
|
@ -188,7 +188,6 @@ Controls.Page {
|
|||
if (present)
|
||||
{
|
||||
presentation.loadVideo();
|
||||
pWindow.screen = presentationScreen;
|
||||
print("For window: Screen is: " + pWindow.screen + " And selected screen is: " + presentationScreen);
|
||||
pWindow.showFullScreen();
|
||||
pWindow.screen = presentationScreen;
|
||||
|
@ -197,4 +196,9 @@ Controls.Page {
|
|||
else
|
||||
pWindow.close();
|
||||
}
|
||||
|
||||
function changeVidPos(pos) {
|
||||
presentation.slide.seek(pos);
|
||||
pWindow.slide.seek(pos);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue