Beiträge von santhosh.belide

    Hello,

    I'm passing vars object(as shown in the code snippet) from the Embedpano method to a XML file. But, I'm unable to retrieve those values(getting the variable name itself) in my videointerface.xml.

    In HTML:
    embedpano({..., vars:{align: "8.67|2.34|3", hlookat: 120});

    In pano.xml:
    calling bellow action on plugin-onloaded method
    update_orientations('%$align%');

    In videointerface.xml:
    <action name="update_orientations">
    set(image.fisheye.align, '%1');
    </action>

    Please tell me where I'm making a mistake?

    Thanks,

    Hi,

    I'm new to KRPano and trying to create a XML file(attached) to support standard video(mp4 format) or flat video, which allow user to zoom-in/out of the video. And after zooming-in user should be able to navigate across the video i.e. drag left/right/up/down.

    The issue we are facing is that after zooming in(found a custom zoom action image_onmousewheel() ) we are not able to drag left/right/up/down of the video.

    Can someone please help?

    Thanks in advance.

    Regards,
    Santhosh.Belide