Sie sind nicht angemeldet.

Suchergebnisse

Suchergebnisse 1-3 von insgesamt 3.

Samstag, 21. Juni 2014, 05:03

Forenbeitrag von: »SamGIS«

followup

Hi, Klauso Ok I looked into videointerface.xml, and I kinda figured out. here is the code I adjusted: if (krpano.get("plugin[get(videointerface_video)].isvideoready")) {krpano.call("plugin[get(videointerface_video)].seek(30); plugin[get(videointerface_video)].play();"); } else {krpano.set("plugin[get(videointerface_video)].onvideoready", "seek(30);play();"); } I did runtime debugging, it did passed the statement: if (krpano.get("plugin[get(videointerface_video)].isvideoready")). However the foll...

Samstag, 21. Juni 2014, 00:26

Forenbeitrag von: »SamGIS«

Follow up question

Klaus, Thanks for you help I have tried the code your recommended before with no luck. I am really confused by the video in plug[video] statement. Should it be id parameter in embedpano() or something else. Auctually I was just using index.html in your videointerface example to test your code. here is the part of the code I changed. And it is still not working. embedpano({ swf: "../../viewer/krpano.swf", xml: "video.xml", target: "pano", html5: "auto", passQueryParameters: true, onready: krpanoR...

Mittwoch, 18. Juni 2014, 18:51

Forenbeitrag von: »SamGIS«

start a pano at a certain time using seek()

Hi, I am just new to this. I was doing a proof of concept to load a 3D video in Krpano viewer and play at a certain starting time (in seconds). i thought using plugin seek function would be perfect one. But i am struggling with this. I would highly appreciated if some one can help me. Here is the code i am using embedpano({ swf: "../../viewer/krpano.swf", xml:"video.xml", target: "krpanoSWFObject", html5: "auto", passQueryParameters: false, onready: krpanoReady }); function krpanoReady(krpano) {...