I have added video hotspot code in my index.html page but I cant see it.
Here is the code for the video player
Code
<script>
<preview type="grid(cube,128,128,512,0xDDDDDD,0xFFFFFF,0x999999);" />
<hotspot name="videospot"
url="../../../plugins/videoplayer.js"
videourl="cats.mp4|cats.webm"
posterurl="cats-poster.jpg"
distorted="true"
ath="0"
atv="0"
edge="center"
scale="1.0"
rx="-22.0"
ry="-90.0"
rz="0"
ox="0"
oy="0"
tx="-600"
ty="20"
tz="300"
loop="true"
pausedonstart="true"
onclick="togglepause();"
/>
</script>
Display More
And below is the code for entire html incase you wish to see::
Please guide me where is the issue ?