Krpano Videoplayer Plugin

  • Hello,

    we have currently running krpano with panoramic images all works perfectly ( you can see it here - http://dev.360stori.es/en/viewer/#/!/…+metro+station/)
    and we where trying to integrate also Videoplayer Plugin to have also videou tours section but we had following issue

    or current structure (as you can see in above link) is following
    we have
    1) skin.xml - where defined krpano basic layout params and plugins
    2) swfaddress.xml - which contain list of virtual tours like this
    <pano
    name = "barekamutyun+metro+station"
    xmlurl = "/360/krpano/panos/91001/91001.xml"
    pageurl = "/!/barekamutyun+metro+station/"
    pagetitle = "Barekamutyun metro station"
    />
    3) and virtual tour xmls e.g. - 91001.xml contain
    <image type="CUBE" ...
    and spots
    <hotspot name="spot4060" ...

    and we are using html5 krpano , and krpano initialization called through this createPanoViewer(...

    so to integrate videos we where trying to replace <image type="CUBE" with
    <plugin name="video"
    url.flash="%SWFPATH%/krpano_1_18/plugins/videoplayer.swf"
    url.html5="%SWFPATH%/krpano_1_18/plugins/videoplayer.js"
    videourl="%SWFPATH%/panos/91001/testvideo.mp4"
    loop="true"
    />
    <image>
    <sphere url="plugin:video" />
    </image>

    but it did not work, from errors i understood that it not recognize videoplayer.js plugin to load,
    when we did it for emmbed pano case definition of plugin in virtual tour (91001.xml) works normally

    can you please helps us and point out solution for this situation ???

    Thanks

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!