Search results
Search results 1-20 of 23.
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.
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.
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...
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
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...
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.
Hi! Now realize use the switch/case conditional statement like in AS3? The if-construction is not always appropriate. Thank's
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=...
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!
Possible in future realize functions: - controllable distorted swf plugin width adjustable play speed; - reverse play video in videopano?
Hi! Wery need distorted property for swf plugin! It's possible in future? Thank's
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
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.
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
...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?
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?
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
When make exe - kprotect - not embedding flv-video files. Xml, jpg, png, swf - embed successfully. But flv - not embed. It's not possible?
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