You are not logged in.

1

Monday, July 11th 2016, 7:09pm

Decoding failed

Hello,

I have created my first tour and it seemed to be working fine on localhost and after putting on server when checking at home: http://wirtualnie.czar-gor.pl/.
In the office I have checked it on other computers and received an error with loading the plugins: Decoding failed - please see attached file.

What could be the reason of such behaviour and is there any way resolve it. I would like to add that other tours from other sources that are using similar plugins are working fine (http://wycieczki.silesia.travel/pl-PL,w718.html).

Thanks in advance,
Jarek
czargor has attached the following image:
  • krpano.jpg

2

Tuesday, July 12th 2016, 8:46am

Hi,

.js plugins are for the HTML5 viewer
.swf plugins are for the Flash viewer

In your case you're trying to use .js plugins in the Flash viewer for some reason.

Normally Flash/HTML5-depended plugins should be included e.g. this way:

Source code

1
2
url.flash="radar.swf"
url.html5="radar.js"

Then the radar.swf will be loaded for Flash and the radar.js for HTML5.

Best regards,
Klaus

3

Tuesday, July 12th 2016, 4:13pm

Thanks a lot, seems to be working now.