360 video not load in my project

  • dear all ,

    i want to put a 360 video but i don't know how can i put the video in my tour .
    and i am finding the solution but in example in plug in but how can i put in my project i dom't know .

    so please help me.

    thank you.

  • I don't know if this answers your question, but is it an addition of a scene?

    <scene name="scene_03b" title="xxx 360Photo" onstart="" thumburl="%VIEWER%/panos/h3b.tiles/thumb.jpg" lat="" lng="" heading="">

    <view hlookat="-63.067" vlookat="0.000" fovtype="MFOV" fov="120.000" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

    <preview url="%VIEWER%/panos/h3b.tiles/preview.jpg" />

    <image>
    <cube url="%VIEWER%/panos/h3b.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,1024,2048,3840" />
    </image>

    </scene>


    <scene name="panovideo" title="xxx 360Video" onstart="" thumburl="%VIEWER%/panovideo/thumb.jpg" lat="" lng="" heading=""
    isvideopano="true">

    <view hlookat="0" vlookat="0" fovtype="DFOV" fov="120" fovmin="75" fovmax="150" distortion="0.0" />

    <image hfov="360" vfov="180">
    <sphere url="plugin:video" />
    </image>

    <plugin name="video"
    url="%VIEWER%/plugins/videoplayer.js"
    videourl="%VIEWER%/panovideo/xxx.mp4"
    panovideo="true"
    pausedonstart="false"
    loop="true"
    volume="0"
    onvideoready=""
    onvideoplay=""
    onvideopaused=""
    onvideocomplete=""
    onerror=""
    />

    </scene>

Participate now!

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