Commit 93d484dc authored by Maxim Kadushkin's avatar Maxim Kadushkin

[PPE embed] turn on player on app start

parent 8851957a
......@@ -191,6 +191,7 @@
editorConfig: {
licenseUrl: <url for license>,
customerId: <customer id>,
autostart: 'document', // action for app's autostart. for presentations default value is 'player'
embedded: {
embedUrl: 'url',
fullscreenUrl: 'url',
......
......@@ -212,6 +212,7 @@ var ApplicationController = new(function(){
api.ShowThumbnails(false);
api.asc_DeleteVerticalScroll();
if (!embedConfig.autostart || embedConfig.autostart == 'player') onPlayStart();
hidePreloader();
if ( !embedConfig.shareUrl )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment