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.
![]() |
Source code |
1 2 3 4 5 |
<krpano> <image type="QTVR"> <qtvr url="pano.mov" setview="true" /> </image> </krpano> |
![]() |
Source code |
1 |
krpano.swf?qtvr=pano.mov |
![]() |
Source code |
1 |
so.addVariable("qtvr", "pano.mov"); |
![]() |
Source code |
1 2 3 4 5 6 |
<krpano> <view fisheye="0" /> <image type="CYLINDER" hfov="360"> <cylinder url="cylinderpano.jpg" /> </image> </krpano> |
![]() |
Source code |
1 2 3 4 5 6 |
<krpano> <view fisheye="0" /> <image type="SPHERE" hfov="120"> <shpere url="partialpano.jpg" /> </image> </krpano> |
![]() |
Source code |
1 2 3 4 5 6 |
<krpano> <view fisheye="0" fovmin="0.01" /> <image type="SPHERE" hfov="1"> <shpere url="flatpano.jpg" /> </image> </krpano> |
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<image type="SPHERE" multires="yes" tilesize="256" baseindex="0" hfov="100" voffset="0"> <level tiledimagewidth="10000" tiledimageheight="4000"> <sphere url="http://.../ZOOMIFY_EXAMPLE/TileGroup%g/5-%u-%v.jpg" /> </level> <level tiledimagewidth="5000" tiledimageheight="2000"> <sphere url="http://.../ZOOMIFY_EXAMPLE/TileGroup%g/4-%u-%v.jpg" /> </level> <level tiledimagewidth="2500" tiledimageheight="1000"> <sphere url="http://.../ZOOMIFY_EXAMPLE/TileGroup%g/3-%u-%v.jpg" /> </level> ... </image> |
![]() |
Source code |
1 2 3 4 5 |
<plugin name="soundinterface" url="soundinterface.swf" onloaded="action(preloadsounds);" rootpath="." /> |
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<plugin name=soundinterface" url="plugins/soundinterface.swf" rootpath="sounds/" /> <hotspot name="s1" url="spot.png" onclick="playsound(auto,tada.mp3);" onover="playsound(auto,over.mp3);" onout="playsound(auto,out.mp3);" /> <hotspot name="s2" url="spot.png" onclick="stopallsounds(); loadpano(next.xml,null,MERGE,BLEND(1)); playsound(auto,newsound.mp3);" /> |
This post has been edited 1 times, last edit by "Mr.nOGot'" (Dec 11th 2008, 6:16pm)
Hi, it shut down? very strange! only local??Hi, Klaus
Thank a lot for your work
I have a trouble in local with this new version on a MAC, when I want open a multi-tiles pano, Safari, FF and Opera don't work and shut the window 8|
that's would be not difficult
Quoted
Hi klaus! :)
My congratulations!! :thumbup:
Whether It is possible to realise directional sound in KRPano?
It would be desirable to have such possibility in the panoramas and to see in one of following versions of yours viewer.
Here a creation example "directional sound", the truth only under Mac and QTVR:
The description
Video example
Best regards, Ildar.
yes, that would be interesting...
Quoted
With the other Flash panorama players that support Flash 10, some have reported problems with Flash 10 & cubic display on the Mac OS. Apparently there are visual anomolies where the cube faces join. Can any Mac users here detect similar behavior with Krpano 1.0.8b1?
no, there should be no performance difference from the krpano side (FPS),
Quoted
Question for Klaus: Is there a performance difference (FPS or loading speed) between QTVR files and standard cube faces? Will a future version of krpano tools support QTVR creation?
yes I have the good version, your example on your site is ok but in local doesn't work with my pano
Hi, it shut down? very strange! only local??Hi, Klaus
Thank a lot for your work
I have a trouble in local with this new version on a MAC, when I want open a multi-tiles pano, Safari, FF and Opera don't work and shut the window 8|
do you have a beta version of the Flashplayer10 installed? (the current version is the 10.0.12.36)
![]() |
Source code |
1 2 3 4 5 6 |
<krpano> <view fisheye="0" /> <image type="CYLINDER" hfov="180"> <cylinder url="cylinderpano.jpg" /> </image> </krpano> |