Sie sind nicht angemeldet.

1

Montag, 15. April 2013, 16:42

some problem with Chrome mouse wheel zooming

Please, can somebody test in Chrome, if the zooming works for you :
http://www.tirol-images.com/panorama/kae…r_traumschiff5/

I can zoom with mouse in any other browser, even in Comodo Dragon, which is completely based on Google Chrome, but somehow, it is not working in Chrome...
Thanx!
Best regards,
Igor Socha

2

Montag, 15. April 2013, 17:04

Hi,

the reason is the Chrome-internal Flashplayer.

But the newer swfkrpano.js scripts (at least 1.0.8.15) are already handling this Chrome problem - the newer scripts are manually capturing the mouse-wheel events inside the browser and then sending them via javascript to the krpano viewer.

So I would recommend updating the swfkrpano.js.

Best regards,
Klaus

3

Montag, 15. April 2013, 18:17

something is wrong with that. My velden.js is 1.16.2
"krpano Embedding Script
krpano 1.16.2 (build 2013-04-12)"

look here: http://www.tirol-images.com/panorama/kae…hiff5/velden.js

Hi,

the reason is the Chrome-internal Flashplayer.

But the newer swfkrpano.js scripts (at least 1.0.8.15) are already handling this Chrome problem - the newer scripts are manually capturing the mouse-wheel events inside the browser and then sending them via javascript to the krpano viewer.

So I would recommend updating the swfkrpano.js.

Best regards,
Klaus
Best regards,
Igor Socha

4

Montag, 15. April 2013, 18:26

Hi,

but a few lines later you are including the old swfkrpano.js (from 2012-01-16) and therewith overwriting the previous defined embedding functions:

Quellcode

1
2
3
4
5
6
7
8
9
10
<script src="velden.js"></script>

<div id="pano" style="width:100%; height:100%;">
	<noscript><table style="width:100%;height:100%;"><tr style="valign:middle;"><td><div style="text-align:center;">ERROR:<br/><br/>Javascript not activated<br/><br/></div></td></tr></table></noscript>
	<script src="js/swfkrpano.js"></script>
	<script src="js/swfaddress.js?tracker=null"></script>
	<script>
		embedpano({swf:"velden.swf", xml:"traumschiff.xml", target:"pano"});
	</script>
</div>


Remove that swfkrpano.js script including there completely.

Best regards,
Klaus

5

Montag, 15. April 2013, 18:54

Ahaa, mea culpa :)
thanx


Hi,

but a few lines later you are including the old swfkrpano.js (from 2012-01-16) and therewith overwriting the previous defined embedding functions:

Quellcode

1
2
3
4
5
6
7
8
9
10
<script src="velden.js"></script>

<div id="pano" style="width:100%; height:100%;">
	<noscript><table style="width:100%;height:100%;"><tr style="valign:middle;"><td><div style="text-align:center;">ERROR:<br/><br/>Javascript not activated<br/><br/></div></td></tr></table></noscript>
	<script src="js/swfkrpano.js"></script>
	<script src="js/swfaddress.js?tracker=null"></script>
	<script>
		embedpano({swf:"velden.swf", xml:"traumschiff.xml", target:"pano"});
	</script>
</div>


Remove that swfkrpano.js script including there completely.

Best regards,
Klaus
Best regards,
Igor Socha

petrucho

Anfänger

Beiträge: 7

Wohnort: Moscow

Beruf: Photography, postprocessing, virtual tours

  • Nachricht senden

6

Donnerstag, 24. Oktober 2013, 16:44

1.16 has same problem

Hello Klaus!
We downloaded krpanotools-1.16.8-mac64 - and the tour generated with "MAKE VTOUR (MULTIRES) droplet" has the same problem with the mouse wheel in Chrome. (And it seams that all 1.16 versions have, only 1.08.15 work). Is it only krpanotools for mac problem or it presents in Windows krpanotools also?
We are not human beings having a spiritual experience. We are spiritual beings having a human experience.
Pierre Teilhard de Chardin

7

Freitag, 25. Oktober 2013, 15:01

Hi,

are you testing locally?
If yes - have you changed the Flashplayer settings ?
Without them the Javascript Mouse wheel fixes aren't working.

Best regards,
Klaus

petrucho

Anfänger

Beiträge: 7

Wohnort: Moscow

Beruf: Photography, postprocessing, virtual tours

  • Nachricht senden

8

Freitag, 25. Oktober 2013, 17:28

Thanks Klaus! It helped *smile*
We are not human beings having a spiritual experience. We are spiritual beings having a human experience.
Pierre Teilhard de Chardin