Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
That looks like a subpixel positioning problem.There is a strange plugin position problem. Maybe somebody can explain why this happens?
The problem is that in Chrome and IE, the position of the slider grip and red indicator are as they should be, but in Firefox they render shifted 1px.
Hi,
I'm a beginner with krpano and I'd like to share my first tinkering with code.
This is my version of sound controls: http://panooza.com/karlo/krpano/sound-controls/
xml: http://panooza.com/karlo/krpano/sound-co…nd-controls.xml
I was developing/testing only on chrome+flash.
And I was inspired by http://www.krpano.com/forum/wbb/index.ph…d&threadID=2218
and http://krpano.com/examples/117/examples/…bes/slider.html
It's far from perfect, but I learned a lot.
Any suggestions on how to improve it?
That problem is about Flash (correct) and HTML5 (wrong) and related to a different position rounding - this will be fixed in the next release.There is a strange plugin position problem. Maybe somebody can explain why this happens?
The problem is that in Chrome and IE, the position of the slider grip and red indicator are as they should be, but in Firefox they render shifted 1px.
No, please see the iOS notes here:Is there any way this can be adjusted to work on an iPad?
![]() |
Source code |
1 |
<action name="startup"> set(activesound, none); </action> |
![]() |
Source code |
1 |
<hotspot name="hs09_9_sound" style="myhotspotstyle" url="img/sound.png" edge="lefttop" ath="175" atv="28" onclick="onclickA();" onclickA=" if( activesound !== name, set(hotspot[get(activesound)].onclick,onclickA()); ); play_sound_1(sound1, mysound.mp3,get(name)); set(hotspot[get(name)].onclick,onclickB()); " onclickB="pause_sound_1(sound1);set(hotspot[get(name)].onclick,onclickA());" > </hotspot> |
Hi,
I'm a beginner with krpano and I'd like to share my first tinkering with code.
This is my version of sound controls: http://panooza.com/karlo/krpano/sound-controls/
xml: http://panooza.com/karlo/krpano/sound-co…nd-controls.xml
I was developing/testing only on chrome+flash.
And I was inspired by http://www.krpano.com/forum/wbb/index.ph…d&threadID=2218
and http://krpano.com/examples/117/examples/…bes/slider.html
It's far from perfect, but I learned a lot.
Any suggestions on how to improve it?