Blocking zoom in/zoom out when using scroll wheel

Specific Q&A about the new Flash export
Locked
m_stoss
Posts: 34
Joined: Thu Oct 19, 2006 12:05 pm
Location: Berlin
Contact:

Hello,

how can I prevent the panorama from zooming when the user is navigating through a text with the scroll wheel? In the specific case the user can read a text information, which is placed in a layer above the panorama. The text can be scrolled and using the scroll wheel causes not alone the text to scroll but the panorama to zoom as well. Is there a parameter like scrollwheel=0/1 or so to turn on/off scroll wheel sensitivity for the panorama?

Example can be seen here:

http://scalabrino.de/

->choose "deutsch"
->choose first or second text item from the text link list

scroll using the scroll wheel...

Any ideas?

Yours,
Michael
User avatar
thomas
Chief Gnome
Posts: 2611
Joined: Fri Sep 01, 2006 3:56 pm
Location: Vienna, Austria
Contact:

see http://www.pano2qtvr.com/forum/viewtopic.php?t=608

You can do this with the line

Code: Select all

flash.ignorewheel=1
in the script file.

Btw:Will you come to Luzern? http://panotools-meeting.com/
MfG, Thomas
m_stoss
Posts: 34
Joined: Thu Oct 19, 2006 12:05 pm
Location: Berlin
Contact:

Hello Thomas,

yeah, that sounds like the right solution, I'll try ... or better: I will let the programmer know how to try :-) Thank you very much!

BTW: I did find the mentioned thread before by using the search. It seemed not to fit my question or I could not understand if this was of relevance. Now I see that I should have scrolled (!) down to the bottom end...

Yours,
Michael
Locked