Hi,
Recently I created VR Tour which consist mainly of 360 videos.
I don't why but I get following errors when swtiching to (from) VR Mode.
Uncaught TypeError: Cannot read properties of null (reading 'posterDOM')
at $a (eval at r (tour.js:6:368), <anonymous>:3:259574)
at da (eval at r (tour.js:6:368), <anonymous>:3:267644)
at ia.renderpano (eval at r (tour.js:6:368), <anonymous>:3:319093)
at Q.renderview (eval at r (tour.js:6:368), <anonymous>:3:189959)
at of (eval at r (tour.js:6:368), <anonymous>:3:41817)
at b (eval at r (tour.js:6:368), <anonymous>:3:433895)
This is one of my 360 videos:
and the following is my 360 video scene code (nothing special):
<scene name="scene_v_jr_jeonju_1" title="[전라선] 전주 1 - 생장정미소" onstart="" usevrback='true' havevrimage.mobilevr="false" havevrimage.no-mobilevr="true" thumburl="assets/pano/scene_2/detail_point/cheonla/jeonju/preview_1.jpg" lat="" lng="" alt="" heading=""
vrmode_back_disp="true" vrmode_off_url="" >
<plugin name="video" style='style_video'
videourl="%ROOT%/panos/video/cheonla/jeonju/jeonju_1.mp4"
posterurl="%ROOT%/panos/video/cheonla/jeonju/jeonju_1.jpg"
url="%ROOT%/plugins/videoplayer.js"
panovideo="true"
pausedonstart="false"
loop="false"
autoresume='true'
volume="1.0"
onvideoready=""
onvideoplay=""
onvideopaused=""
onvideocomplete='skin_loadscene(scene_2_1, get(skin_settings.loadscene_blend));'
onerror=""
/>
<image hfov="360" vfov="180">
<sphere url="plugin:video" />
</image>
</scene>
Display More
Maybe there's something wrong with my 360 video?
Any comment would be appreciated.
hyung