Suchergebnisse
Suchergebnisse 1-20 von insgesamt 67.
Hi, i use by default the dragable hand for my pano, with the offline version of my pano, i can see the mouse-hand, but when i put my file online or test it with the testing server, i can't see the hand, i see only the standard arrow, and not receive any error, what i can do? Thanks.
Hi, there is a plugin for to navigate my tour and mantain the orientation of it? For example: if i click to my hotspot to enter in one room, when i enter in it, the default angle of orientation is always the same and if i return to the main room too. I need a solution for to mantain the orientation, from one room to other (like google street view). I have find a solution with some line of code, but i have to set manually the angle for every pano in my xlm hotspot. that i'm finding is a automatic...
Hi, i have see here http://krpano.com/examples/117/examples/…nk/getlink.html the demo of html link, i have try, but in my pano isn't working, i don't know what i can do. I have 7 scene and use this code to embed the pano in my html page: ################################### <!DOCTYPE html> <html> <head> <title>FUORISALONE 2014 DEUTDESign - Zona Sant'Ambrogio, Via S.Vittore, 49 - Milano</title> <meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, mini...
wow is exactly what I was looking for, now I just have to understand how it works. thanks for now, if I do not understand something I write to you. Have a nice day
..now comes the tricky part, i have this code for my image popup, how i can add a function for my button? I need that on every image, in the bottom left there is one button with a variable onclick url from button to button. How i can do that? <textstyle name="style1" font="Arial" fontsize="18" background="false" border="false" textcolor="0xffffff" effect="glow(0x000000);" textalign="center" /> <layer name="bg" type="container" keep="true" visible="false" bgcolor="0x000000" bgalpha="0.8" align="l...
hi, how i can add one or more button in a popup image layer? I need to add "close button" and "go to url button" in the bottom of the image box. Thanks.
Hi thanks, i have try to open my page with the testing server of krpano, but the fancybox is not working. In html page i have added this code: ######################################################## <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> <script type="text/javascript" src="/fancybox/jquery.fancybox-1.3.4.pack.js"></script> <script type="text/javascript"> function popup() { $.fancybox( 'http://www.mywebsite.it', { 'width' : '1...
Hi, there is a way to open one popup html page like popup image? Thanks.
Now, the last suggestion, how i can open a movie in popup instead of image? Thanks.
Yess, like the example, but without the auto rotation after the loading of new pano. How i can do? Can i use the standard hospot code and add a custom funcrion on click? Thanks.
Thanks. now is perfect!! For everyone that have to open more image from hotspot, i have used this method. The code is this: <layer name="bg" type="container" keep="true" visible="false" bgcolor="0x000000" bgalpha="0.8" align="lefttop" width="100%" height="100%"/> <action name="popup"> txtadd(imagetopopup,'popupimage',%2); if(%1 == true, set(layer[bg].visible,true); set(layer[get(imagetopopup)].visible,true); tween(layer[get(imagetopopup)].alpha,1.0,0.5); , tween(layer[get(imagetopopup)].alpha,0,...
Ok now i have understand, bur have another problem.. with this is working: <action name="popup"> if(%1 == true, set(layer[bg].visible,true); set(layer[popupimage1].visible,true); tween(layer[popupimage1].alpha,1.0,0.5); , tween(layer[popupimage1].alpha,0,0.5,default,set(visible,false)); set(layer[bg].visible,false); ); </action> but if i try to add 2% to the "popupimage" string for to pass the variable with the name of layer, it is not working <action name="popup"> if(%1 == true, set(layer[bg].v...
Hi, thanks, i have changed the code, is right? Thanks. <action name="popup"> if(%1 == true, set(layer[bg].visible,true); , set(layer[popupimage2%].visible,true); , tween(layer[popupimage2%].alpha,1.0,0.5); ); if(1% == false, tween(layer[popupimage2%].alpha,0,0.5,default,set(visible,false)); , set(layer[bg].visible,false); </action> popup(true,7);
I, i have to do a function with some variable, and i have to pass this variable with the call of function, how i have to do? Example: function abc{ if (x=true){ open image z } else { trace y } abc(true,image.jpg,hello); what is the correct function for to do this? Thanks.
Zitat von »Sudarchikov Andrey« Hi! correct. <layer name="bla" type="container" keep="true" bgcolor="0x000000" bgalpha="0.5" align="lefttop" width="100%" height="100%" /> Andrey Thanks, now i try this code, see you later
Hi, how i can rotare the orientation of the pano when i navigate in it? Example: I have 4 pano: garden, door, hall, room I have oriented it from garden to room, but when i go from room to garden, i see all the pano oriented not in the direction that i'm walking, but in the default orientation, what i have to do for to have a solution like google street view, or boogle busines photos? Thanks.