Posts by rbudnikas

    Sorry Umalo,

    I'm not a programmer and what knowledge I do have is limited. What do I replace, what do I remove to add your example. Do I add it to the fix_infobox_aspectsize?? Do I remove some code. When I add it everything stays at .7 regardless.

    Sorry very frustrated with more myself that I don't understand. I don't understand the correlation between plugin sizes and stage sizes especially when there are no height width settings and it is being retrieved in a statement based on the actual size of the image. Throw in mul and my brain hurts *unsure*

    I've attached the xml here if you wouldn't mind looking at it again.

    Thanks,

    Robert

    So I have been trying to get a good solution regarding resizing of an image based on the size of the browser. Andrey (Mindlessboss) has been great trying to help and I've found several different solutions but seem to have a common issue. Based on the code below, when the browser loads it is .7 of the screenheight and screenwidth. When the browser gets smaller it still maintains the .7. Simple right!

    Problem I'm having is the .7 ratio is fine if you are on a typical laptop with a screen size of 1366 x 768, but when you're on a 27inch imac 2650 x 1440 the image is too big and even when you are on an iphone it shrinks too much.

    So the question is how would or could I adapt the code to prevent the image from expanding beyond 1366 and prevent it from shrinking too much on an iphone?

    I've tried different bits of code, but using if statements with stagewidth GT 800 etc.. creates other problems.

    Thanks in advance for your help!

    Robert

    I'm also having a problem running a video on the ipad. On iphone or desktop it works. I did notice when using onvideocomplete it doesn't load, but when I simply use onclick with a toggle pause it does load and plays, but is erratic stop play behavior. I tried the suggested solutions without luck. Any word on a resolution?

    Thanks,

    Robert

    Sorry Klaus, Maybe I am speaking out of turn, but there are a lot of threads speaking about this issue on the forum. Here is one thread.

    Here is a test link. Shadowbox Test

    If you click on the fullscreen button and try to launch the shadowbox it does not appear until you return from fullscreen. Interestingly, if you use F11 to go into fullscreen it does appear.

    So maybe I am confused but are we speaking about the same things. As well, others on the forum have said they solved the problem but it appears not to be working so one would have to say how did they get it to work?

    Thanks,

    Robert

    Hello everyone,

    I'm hoping someone can help me revisit this issue around launching a shadowbox while krpano is in full screen. I don't have any issue opening a shadowbox, but I have tried using wmode:"opaque" or transparent without success. I've also read here that a solution is to go out of full screen mode. How about the other way. Our client uses 720px x 480px as a standard window size. Klaus mentioned earlier that it is possible to detect their screen size and then open to that size without going to full screen? I don't know how to do that so is someone will to set that up and I will gladly pay for the code.

    Thanks in advance,

    Robert

    Hello Klaus,

    Could I ask you to explain a bit more how the tooltips_mapspots are supposed to work? do I have to set anything in the tour.xml under the scene or is it supposed to automatically pick
    up the name from title? Same for the tooltips_hotspots.

    Thanks in advance

    Robert

    Code
    <!-- set skin settings: bingmaps? gyro? -->
    	<skin_settings bingmaps="true" bingmaps_key="As_rw9I12krT1JZ8Waqx7Y8tw44_ywioT8xC35kN_uenTnAhVA8udZV7JuKCuvUp" bingmaps_zoombuttons="true"
    	               gyro="true"
    	               thumbswidth="120" thumbsheight="80" thumbspadding="10" thumbscrop="" thumbsopened="false"
    	               tooltips_thumbs="false" tooltips_hotspots="true" tooltips_mapspots="true"
    	               controlbar_offset="20"
    	               />

    Resolved - Not sure why it is the case but it works all of a sudden. I had cleared cache several times. Only thing I did different was reboot my system and then it worked. Maybe the computer is as tired as I am .

    Robert

    I spent too much time trying yo figure this one out and read every solution there is but it still doesn't work. Have the absolute latest version of krpano and using the default vtourskin included. No matter what I set the zoom on flash it is always coming up at zoom level 16 and on ipad/iphone it is zoomed out all the way so you can see the entire earth.

    Any suggestions would be most welcomed.

    Code
    <layer name="skin_map"    state="closed" url="" flash_url="%SWFPATH%/plugins/bingmaps.swf" html5_url="%SWFPATH%/plugins/bingmaps.js" visible="false" align="lefttop" width="100%" height="50%" x="0" y="0" zorder="1" lat="0" lng="0" setzoom="10" bgalpha="0" maptype="satellite" onmapready="skin_addmapspots();">

    Thanks,

    Robert

    Not sure if any of the previous threads talking about css 3d transformations causes this issue but when I use chrome on the android tablet that i have it doesn't fully load all the tiles. I'm using the standard multires build.

    I was wondering if anyone has successfully implemented the fullscreen button on an android tablet in html5. I'm using the 2012-10-05 build but not sure if I have to add something extra. I have a devices="html5" which works on chrome desktop and set devices="android" but it doesn't work on tablet

    Thanks in advance.

    Robert

    Hello Tuur,

    I've tried this but it doesn't seem to work. I seem to have to press the same button twice on each action to enable the touchtype and then the gyro. Any thoughts?

    Hi Everyone,

    I saw the thread regarding the scrollarea overflow and could get the solution to work that was proposed. I've set up both a scrollarea example and a scrollbox example. Below are the xml files.
    You can see the working examples - scrollarea and scrollbox

    The obvious issue with scrollarea is the overflow and would like to figure out if there is a simple way to stop it when scrolling to the second slide. The other issue I am having is the text boxes on both scrollarea and scrollbox. If you click on learn more on a PC/laptop the text looks like it should and the container holding the text is sized at height="95px" which brings it close to the bottom edge of the container. Now if you open either on a mac, the text actually looks smaller and is up away from the bottom of the container.

    Hopefully someone has an idea

    Thanks in advance,

    Robert

    Scrollarea XML

    Scrollbox XML

    Hello Everyone,

    I've been building a content slider using the scrollarea plugin. Although I have come up with something which you can see here http://www.eyecandyvi.com/scroll/block.html I am experiencing one very strange issue and hopefully one solvable problem. aside from all the programming logic that could clean up the action I think I'm 90% there.

    1.) I do my development on an iMac and when I test on a PC things don't work the same. For example if you click on the learn more button on a PC the close x and even the container holding the text content are not aligned. If I change it on the PC then it isn't aligned properly on the mac. Both using Firefox.

    2.) more than two slides on the content slider creates an obvious problem. when you swipe on the image, it slides to the left and overshoots the center. I've been able to set it up with arrows but would like it to stop with the swipe action. I've tried to understand the examples presented in this thread but I may be missing something obvious. If this is not possible then is there a way to prevent the swipe action?

    I've also reviewed the scrollbox example included in Klaus' package. I encounter the same problems I'm experiencing in number 1.

    Hopefully someone can help.

    Thanks,

    Robert