Suchergebnisse
Suchergebnisse 1-20 von insgesamt 29.
My Hotspot is set to edge="top" - The atv and ath are both "0". I'm trying to get the central Ath and Atv of the hotspot using Hotspot[Hsname].getcenter(centerAth,centerAtv); As I understand it this should give me the Ath and Atv at the center of the image, instead it just returns the current ath and atv values. In other words, because the hotspot edge is set to top (the problem is the same for bottom) the returned values for get center are also adjusted to top. If this is not a bug it makes the...
I found this, I don't know if its is still supported or not but this is what the docs say about the parameter Quoted from "Textfield plugin doc" autosize fit height of textfield automatic to the content allowed values: "none", "left", "center", "right", default="none"
Nope, Forget that. I just forgot to change the condition - If( x === null, );
Thanks Klaus, I found something odd about this code. If I set "x" as the scene hotspot count to add to "n" it works, but if I just add the hostpot.count directly as follows : add(n,get(hotspot.count)); I get an error warning "actions overflow". What's more is that if I just replace "x" with any other variable name such as "m" or "hs_inc" I get the same error. Only "x" works and I just used that by luck. Is there any reason for this? I found this out because I thought it would be better not to us...
Hi, Is there a command I can call to return the total number of hotspots in a tour? Trace(hotspot.count) gives you all the hotspots in a scene but I couldn't find anything that counts up all the hotspots in all the scenes. Instead I wrote this action: <action name="count_hs"> if( x === null, set(i,-1); set(n,0); sub(sc_num,scene.count,1); ); if( i LT sc_num, inc(i); loadscene(get(i), null, MERGE); set(x,get(hotspot.count)); add(n,x); count_hs();, trace(get(n)); );</action> The above action works...
Hi, I noticed that the hotspot has to be enabled before it can have an onclick function - or before the onclick is active. However this property also determines the mouse actions for panning and titling. I.e an enabled hotspot also blocks the mouse from interacting with the pano. Is there anyway of making a hotspot responsive to its own onclick function without blocking the mouse/ pano actions? If any of you are familiar with FPP this would basically be a spot with usehandcursor=1 blockmouse=0 T...
Hi, Does a multires tour load faster than a normal tour - or does the preview image in the normal tour work better for bringing up the scene initially? The tour is not made with hires images, in multires it hardly zooms in 3 levels and the quality difference is negligible but I'm making a walk around tour with the panos about 5m appart and I'd like to keep up the quality while loading the scenes "space" as quick as possible. By that I mean it doesn't matter if the full scene is still loading whe...
Ah, I'm getting this on chrome as well. When should we expect the next release? In my code the plugin is generated on the fly and I'm finding it very difficult to write an onlcick function that will fire the same actions as the parent because the parent is getting its name from another plugin and is different each time. I don't mind waiting a few days, but if its months away I'll have to start rewriting the whole block. Thanks
Hi, I'd like to make a set of tour templates that go on my server- using the "include" node I'm hoping to structure the tours so that the templates which don't need changing simply sit in one place - so that if I update them all the tours using the same interface are all updated simultaneously. These template xml files will also be embedded in an html file that calls the krpano flash and (if possible) the javaplayer as well. Again this is for easy updating of the software on a number of tours in...
Hello, Here's the thing I'm fond of using a lightbox rather than a link to open a tour in a new window. This is great on desktops and it hides the url of the pano - I've long given up hosting the pano files on the client server because it makes them go all funny in the head. The problem is that a lightbox is bad for a tablet pc and even worse for mobiles. What I would like to do is embed a bit of java-script along with the lightbox link which will disable the lightbox when accessed on any mobile...
Hi I understand how to use the font tag within the html. However if I choose to use a data tag instead in the specific instance of using my own defined css (i.e .inputtxt) the krpano flash player responds normally but the iphone/pad java player ignores such class selectors. So my question is: Am I missing a trick somewhere? is there a way of writing the class selectors so that they work on the iphone/ipad? or is this a known limitation of the iphone player? Example: Quellcode 1 .input { text-dec...
I feel I should read up on some html basics. The above fix seems to have a drawback or a bug, I've lost the center alignment on any text in my custom tags. Any advice on this would be appreciated - but it appears that the best thing to do would be to use the untidy font tags.
OK, I fixed it! No need to worry. In case its of use to anyone else - my html is not great so I don't know if this is normal anyway - but if you just create any tag just as you would for the standard "p" and "a" without the use of class="", these can be included and they work on both players. Example css: catagory {color:#1706b5; font-family:BankGothic Lt BT; font-size:18;} html: <catagory align="center"> Medium </catagory>
Hi, I'm trying to add some css to the text and the Iphone player can't read it. I've added my own css class to distinguish the title text from the content. The flash player understands this but the iphone player appears to be confused. Here is an example: p {color:#FF0000; font-family:BankGothic Lt BT; font-size:18;} input {color:#000000; font-family:Times New Roman; font-size:14;} Note, if I use the standard/ predefined css tags (e.g "p" or "a") It works fine on both players. The problem is tha...
Hi, I noticed you said above that you tried it on movequality="Low" , but in the xml link it is set to high. If you've already tested on LOW then I'd recomend reducing the cube face size or doing it in multires. Otherwise this is the advice: movequality10="LOW" movequality="LOW" Or try it with "High", but your still image quality is so high anyway I suspect you'll have to go to low. It will not look as nice but it will be smooth and the audience does not focus in on a moving image so you get lic...
I can't see a facebook "like" button in the example in this link http://www.magichtml.com/tutorial_facebook.html Is it working for anyone else?
Amazing panorama man! Just a thought. Are you using any updatecalls? I haven't looked at the xml file, but since its an autotour you probably have on-done calls and maybe accidentally set it as an updatecall - which comes with this ominous warning WARNING - use with care! when heavly used this can reduce the rendering performance!My krpano knowledge is limitted but that's where I would look first.
Hi, (I'm reposting this from the Viewer pages, I just found this section of the forum) I'm having trouble getting the dimensions of images to match. To speed up loading I've used a low quality preview image for a flyuot and I've added a high quality plugin to blend in with a delayedcall(). Tour http://p2vhost.pan2view.com/tests/ipad/tour.html Code: div(screen_sideaspect, stagewidth, stageheight); div(hotspot_sideaspect, hotspot[%1].width, hotspot[%1].height); if(screen_sideaspect LT hotspot_side...
Hi, I'm having trouble getting the dimensions of images to match. To speed up loading I've used a low quality preview image for a flyuot and I've added a high quality plugin to blend in with a delayedcall(). Tour http://p2vhost.pan2view.com/tests/ipad/tour.html Code: div(screen_sideaspect, stagewidth, stageheight); div(hotspot_sideaspect, hotspot[%1].width, hotspot[%1].height); if(screen_sideaspect LT hotspot_sideaspect, set(hotspot[%1].width,80%); set(hotspot[%1].height,prop); , set(hotspot[%1]...