You are not logged in.

Search results

Search results 1-20 of 23.

Wednesday, May 5th 2021, 6:10pm

Author: Paranorma

VR does not work on my site

Tuur, thanks a lot for the tip! It really was in the https. I ordered a https from the provider - and it all worked! It is necessary to make about the https in the title of the help, so that other people do not spend so much time solving the problem.

Wednesday, May 5th 2021, 5:26pm

Author: Paranorma

VR does not work on my site

VR does not work on Android. I checked it on different devices. Everything works on the IOS and the computer. I can't find what the reason is.

Wednesday, May 5th 2021, 4:21pm

Author: Paranorma

VR does not work on my site

Hello! Why doesn't VR work on my site. It worked earlier. I made a copy of your examples, repeating all the files exactly. Compiled in demo version tur.dc and tur.svf. Everything works on your site ( https://krpano.com/releases/1.20.9/viewe…rtment/tour.xml ). On my site ( http://hvsradost.ru/vr ) doesn't work. In some browsers (Android), the VR icon does not appear at all, in some it does not split the screen. What could be the reason? Krpano 12.0.9 demo. I plan to purchase a license - but first...

Tuesday, July 31st 2012, 11:14am

Author: Paranorma

Stage.quality

Hi! Trying to solve the problem. If you set the property in AS3 stage.quality, then changing just two properties in krpano - movequality10 and stillquality10. Is it possible to change these properties separately in the AS3 code? The second question: is why under different settings for movequality10 and stillquality10 (eg movequality10 = "LOW", stillquality10="HIGH") does not work flash filters (brightness, contrast, saturation, etc.). However, at equal settings, these filters work well. Thank's

Monday, March 12th 2012, 10:46am

Author: Paranorma

Unable to reload xml with new hotspots and spots from disk

Thanks for the reply, Klaus! This is a simple hotspots, not Google. I'm creating hotspots by direct editing of the control xml pano file of my plug-in interface. Hotspots have names like "hs" + number. I guess when you reload the xml pano file (loadpano(pano.xml)) must be loaded all the hotspots recorded in it. But this does not happen. Hotspots begin to appear only when a global reset of the project (reload krpano.xml). If I load only the control file with the panorama (pano.xml), the point doe...

Monday, March 12th 2012, 9:52am

Author: Paranorma

Unable to reload xml with new hotspots and spots from disk

I also can not load the saved pano xml file with the new hotspots. My script (plugin) creates a new hotspots dynamically and saves the pano xml file to disk. Next comes the loadpano command. I tried various combinations of parameters and loadpano flags. Panorama is loaded with no new hotspots . The spots appear only after a full load through the main file (krpano.xml). This is a serious inconvenience.

Tuesday, October 18th 2011, 2:09pm

Author: Paranorma

Switch - case conditional statement

Hi! Now realize use the switch/case conditional statement like in AS3? The if-construction is not always appropriate. Thank's

Tuesday, October 11th 2011, 12:43pm

Author: Paranorma

Now to reload tour variables

Hi! 1. For example, I have 2-3 vitual tours in one krpano set. I load first variable set for tour1 (variables1.xml): Source code 1 2 3 4 5 6 <krpano> <data name="pano1" file="file1.xml" ...other vars.../> ... <data name="pano20" file="file20.xml" ...other vars.../> </krpano> How I can load new variable set for tour2 (variables2.xml) and erase tour1 data? Whet I load variables2.xml for example: Source code 1 2 3 4 5 6 <krpano> <data name="pano1" file="file1.xml" ...other vars.../> ... <data name=...

Thursday, June 16th 2011, 5:09pm

Author: Paranorma

SWF plugin...

Hi! Quoted from "klaus.krpano" what do you mean with that? a distorted swf plugin that can receive mouse events? - this is a bit complicated but already on my list adjustable play speed - ? Hotspot has a "distorted" property, but has no properties variable speed playback or receiving mouse events. Plugin (SWF) can receive mouse events , but has no "distorted" property and no properties variable speed playback. Basically, I need a "distorted" property of plugin. Thank's!

Thursday, June 2nd 2011, 9:58am

Author: Paranorma

Controllable swf plugin

Possible in future realize functions: - controllable distorted swf plugin width adjustable play speed; - reverse play video in videopano?

Tuesday, May 17th 2011, 5:41pm

Author: Paranorma

Distorted property for plugin

Hi! Wery need distorted property for swf plugin! It's possible in future? Thank's

Thursday, March 10th 2011, 1:03pm

Author: Paranorma

fscommand - not working

Hi! Why standard functions of fscommand not working? http://krpano.com/docu/actions/#fscommand Source code 1 <plugin name="button_exit" ...  onclick="fscommand(quit);"  /> Thank's

Tuesday, November 16th 2010, 12:18pm

Author: Paranorma

Oninterrupt(); action does not work with 1.0.8.12

definition: this bug occur when run auto_tour action. For example: Source code 1 2 3 4 5 6 7 8 9 <action name="auto_tour"> oninterrupt( action(...); breakall(); ); set(i,0); autotour_next(get(i)); </action> In version 1.0.8.12 - mouse click - not respond (not break action). In version 1.0.8.11 - working ok! I found difference: oninterrupt(); code now must be inserted in body loop action (autotour_next) - in this case interrupt working fine. Problem solved.

Monday, November 15th 2010, 4:13pm

Author: Paranorma

Oninterrupt(); action does not work with 1.0.8.12

Hi! Why oninterrupt() action does not work with 1.0.8.12? In version 1.0.8.11 this code working fine (when mouse click): Source code 1 2 3 4 5 6   oninterrupt(   set(plugin[myplugin].enabled, false);   action(any action1);   action(any action2);   breakall();   ); In version 1.0.8.12 - no reaction

Wednesday, November 3rd 2010, 1:27pm

Author: Paranorma

Plugin controllable swf distorted hotspot

...and how realize "distorted" property in AS3 code of plugin? For example: Source code 1 <plugin name-"myplugin" ... ath="20" atv="5" ... distorted="true" ...> . It's possible - how code in AS3 "distorted" property?

Tuesday, November 2nd 2010, 1:10pm

Author: Paranorma

Plugin controllable swf distorted hotspot

Hi! It's possible create controllable swf-video plugin (like distorted hotspot) with parameters and play control? I want insert move peoples in panorama (swf short video - embeddable in kprotect) with parameter adjustable shadow etc. Current possible variant1: swf hotspot - no parameters and bugs in play speed. Variant: videoplayer plugin - flv video not embeddable, no parameters. Exist other possible solutions?

Friday, October 29th 2010, 8:42am

Author: Paranorma

Can not embed flv video

As variant - save flv to swf? Why hotspot-swf play too fast in krpano? I set in flash editor normal speed and see it - normal (slow) in flashplayer. But in krpano play wery fast

Thursday, October 28th 2010, 3:54pm

Author: Paranorma

Can not embed flv video

When make exe - kprotect - not embedding flv-video files. Xml, jpg, png, swf - embed successfully. But flv - not embed. It's not possible?

Thursday, October 28th 2010, 3:13pm

Author: Paranorma

Video clip set start play position

Hi! Small question. For example: in 3 panoramas play same video, and these video start in begin clip position, when every pano load. Possible in videoplayer plugin set different play position of videoclip by start every panorama? Thank's