You are not logged in.

1

Wednesday, January 1st 2014, 3:54am

Video plugin only working offline

I've implemented the video plugin from the examples & http://krpano.com/plugins/videoplayer/ as a distorted hotspot. It works perfectly from my desktop - but when I upload the files to my server - the video does not show.

Here is the code added to tour.xml and the files are referenced in the code below. Works GREAT offline.


<hotspot name="video1"
url="plugins/videoplayer.swf"
alturl="plugins/videoplayer.js"
videourl="plugins/video/cats-short.m4v|plugins/video/cats-short.ogv|plugins/video/cats-short.webm"
posterurl="plugins/video/poster.jpg"
ath="155.484"
atv="4.424"
distorted="true"
rx="3" ry="-38" rz="-1.5"
zorder="0"
width="590" height="310" scale="0.610076"
loop="true"
pausedonstart="false"
directionalsound="true"
range="200"
volume="0.7"
onclick="togglepause();"
/>


ANY IDEAS ON WHAT I CAN DO TO GET THIS WORKING ONLINE??

Thanks,
Garrett

2

Thursday, January 2nd 2014, 10:23am

Hi,

that videos will not work online is not a general problem of course!

I'm think the problem is more something in your example or on your server...

If you want you can show me a link to example, then I can eventually say
more, but without more information I can't of course.

Best regards,
Klaus

3

Friday, January 3rd 2014, 7:00pm

That was it - apparently using C-Panel on a mac - the file authorization settings changed on upload into ftp. I just had to manually reset the settings.

Thanks.