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: krpanoReady });
function krpanoReady(krpano) {if (krpano.get("plugin[video].isvideoready")) {krpano.call("plugin[video].seek(30); plugin[video].play();");
}
else {krpano.set("plugin[video].onvideoready", "seek(30);play();");
}
}
It is urgent needed help. I really appreciated it if you could help me.
you have a great weekend. Heming