|
|
Quellcode |
1 2 3 4 5 6 |
function jstest()
{
setTimeout(function(){
krpano.call("plugin[video].pause()");
}, 4000);
}
|
|
|
Quellcode |
1 2 3 4 5 6 |
// my onready callback function
function krp(krpano_interface)
{
krpano = krpano_interface;
setTimeout(function(){ krpano.call("plugin[video].pause()"); }, 2000);
}
|
Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »vyk« (29. April 2018, 16:11)
Benutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.comHi,
like this?
http://www.virtualtuur.com/krpano/videotime_js/2/
click on the screen to trigger the 'onclick event call'. ... which calls javascript function: vidtime (see in index.html source.
Hope it helps
Tuur![]()
Benutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.comBenutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.comBenutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.com|
|
Quellcode |
1 2 3 4 |
function VideoPause(){
krpano = document.getElementById('krpanoSWFObject');
setTimeout(function(){ krpano.call("plugin[ptvideosceneplayer].pause();"); }, 2000);
}
|
Dieser Beitrag wurde bereits 4 mal editiert, zuletzt von »vyk« (29. April 2018, 16:10)
it's in the krpano download folder, called: krpano tools app (or so)
start it. There is a encryption menu.
Go there , make your settings (bottom) and just drag your xml and encrypt.
Make sure you don't lose your originals!!
I mostly copy my code folder to keep the code open source as a back up.
Hope it helps!
Tuur![]()