Suchergebnisse
Suchergebnisse 1-20 von insgesamt 127.
dear klaus dear forum why i don't get a result using tooltips on a textfield_layer? used with all other kinds of layers and hotspots, tooltips are working perfect. thanks for help klaus
.......my savior again....... if( hotspot[Stationensponsor]===null, if(layer[logo1].visible==false, removelayer(skip_intro); , set(layer[skip_intro].alpha,0.5); ); , set(layer[skip_intro].alpha,0.5); ); thanks a lot once again wbr klaus
dear forum, dear klaus the layer skip_intro should be removed if there is no sponsor hotspot and no intrologo in the respective scene station (each of the used actions are working very well alone) I found the following in an older post -------------------------------------------------------------------------------------- For example, for an AND like: IF( A == B AND C == D , then do_true_action , else do_false_action ) if( A == B , if( C == D , do_true_action(); , do_false_action(); ); , do_false...
dear spacerywirtualne thanks for help i have changed the code for setting alpha insteade visibility like this... <action name="hideallhotspots"> for( set(i, 0), i LT hotspot.count, inc(i), set( hotspot[get(i)].alpha, 0.1);); </action> <action name="shoeallhotspots"> for( set(i, 0), i LT hotspot.count, inc(i), if(hotspot[get(i)].tag != 'client_logo', tween( hotspot[get(i)].alpha,1,2,easyInOutQuint););); </action> and now something strange happens. the code works for all hotspots, except for the h...
dear forum dear klaus with this action .... <action name="hideallhotspots"> for( set(i, 0), i LT hotspot.count, inc(i), set( hotspot[get(i)].visible, false);); </action> .....we hide all hotspots, but is it possible to keep a defined (lets call it hotspot_sponsorlogo) visible,true thanks for help wbr klaus
thanks a lot. I have tried to call the parent page myself, unfortunately without success. the solution is so close. thanks a lot once more wbr klaus
dear indexofrefraction I'm sorry to ask again....... first i changed the add iframe action like this <action name="add_iframe" type="Javascript"> var iframe = document.createElement("iframe"); iframe.id = "myframe"; iframe.style.position = "absolute"; iframe.style.left = 0; iframe.style.top = 0; iframe.style.width = "100%"; iframe.style.height = "100%"; iframe.style.border = 0; iframe.src = args[1]; caller.registercontentsize(args[2], args[3]); caller.sprite.appendChild(iframe); </action> and th...
dear indexofrefraction can you give me a bit more assistance with a solution for this problem. unfortunately i can't do this without help.
dear forum dear klaus is it possible to load an other scene out of a html iframe... <hotspot name="iframe_2" url="%HTMLPATH%/a.files/skin/trans2.png" ath="180" atv="0" distorted="true" renderer="css3d" alpha="0.3" onover="tween(alpha,1)" onout="tween(alpha,0.3)" onloaded="add_iframe('objekte/001_out/images.html', 640, 426);" /> <action name="add_iframe" type="Javascript"> var iframe = document.createElement("iframe"); iframe.style.position = "absolute"; iframe.style.left = 0; iframe.style.top = ...
hallo tuur yes scrolling should be possible with mouthweel and dragscroll..
dear forum/dear klaus Unfortunately I can't figure out how to hide the scrollbar with html pop up. thanks for help
dear klaus/forum is it possible to call a krpano action from a opened html popupwindow like the htmlpopup from "popup blur example". wbr klaus
hello forum members. In our panoramic tours we use text fields from which you can always call up a scene at the end. <a href="event:loadscene(scene_p001, null, MERGE,BLEND(2))"> <img src = "a.files / skin / film.png" hspace = "20" /> </a> now we are trying to change everything to a popup window (krpano popup blur example). It works very easily so far, but the onclick event no longer works. probably because the window is outside of krpano. can someone help here? wbr klaus hallo forumsmitglieder. ...
danke, das war es..... lg klaus
Hello dear forum members I know that this topic has been discussed often, but i did not find a working solution for my problem. i am using a few hotspots as interactive area , for example <hotspot name="video_starter" devices="desktop" url="%CURRENTXML%/movie/start_1_1080_neu.jpg" alpha="1" capture="false" enabled="true" handcursor="true" ath="0.0" atv="3.92" distorted="true" scale="0.638" rx="0.0" ry="0.0" rz="0.0" zoom="false" depth="off" onclick="" /> I tryed to use the depth of but the hotsp...
found the problem in the xml file is a placeholder sign for L,R,F,B,D and Up (%s) <cube url="panos/turm_laterne.tiles/%s/l5/%v/l5_%s_%v_%h.jpg" /> for the retile i had to use C:\krpano\krpanotools64.exe maketiles C:\krpano\panos\turm_latrine.tiles\l\l5\%v\l5_l_%v_%h.jpg C:\krpano\panos\p_l.tif 0 -insize=9472x9472 -intilesize=512 mfg klaus
Dear Forum hallo klaus after a hard crash I have to make some pictures about retile. I've tried to be smart from all the forum contributions but unfortunately I can not figure out what I'm doing wrong. first i looked for the image tile path, tilesize, tiledimagewidth and tiledimageheight from xml <image type="CUBE" multires="true" tilesize="512"> <level tiledimagewidth="9216" tiledimageheight="9216"> <cube url="panos/turm_laterne.tiles/%s/l5/%v/l5_%s_%v_%h.jpg" /> </level> <level tiledimagewidth...
danke, habe einen beitrag mit einem hinweis auf retile gefunden und werde mich hiermit mal bescheftigen. danke
hallo klaus hallo forum blöder weise habe ich zwei spherische panoramen eines kunden gelöscht. was ich habe sind die ordner mit den tiles. giebt es eine möglichkeit daraus wieder ein panoramabild zu erzeugen mfg klaus