Nice tutorial! Thanks for sharing.
Rich
Nice tutorial! Thanks for sharing.
Rich
I made some progress today. If I define the pano using a left-justified "area" with defined x/y, then the pano doesn't scale as the slider moves.
I am going to parse through some of the forum posts regarding resizing and pulling the browser data dynamically. I'll likely have some follow-up questions tomorrow.
Current Progress:
https://s3.us-west-1.amazonaws.com/steelblue.medi…fter/index.html
Great example! Very nice work. Thanks for sharing it.
Rich
This is cool. I would love to learn how to do photo realistic 3D models. Nice job!
Rich
Hi,
You can use keycode to do this. https://krpano.com/docu/actions/#keycode
Create an event and an action something like this:
<events onkeydown="checkkey();" />
<action name="checkkey">
trace('keycode=', keycode);
if(keycode == 78, skin_nextscene_loop(+1));
if(keycode == 80, skin_nextscene_loop(-1));
</action>
78 is the keycode for "n" or next and 80 is the keycode for "p" or previous. http://keycodes.atjayjo.com/#charcode
Hope this helps.
Rich
Hi,
Are you sure it is not scrolling? When I look at the web and html examples on my iPad the pop up windows open but the scroll bar is invisible until you touch into the iframe.
Rich
Hi,
If you set your browser to "remember me" and log in automatically, then when you browse to the forum you get a link (search result) to view all post since your last visit. I also save favorites so I get an email notification when a topic is updated.
Rich
Looks like the server is forbidding the request for some reason. I thought maybe your file upload was interrupted and didn't finish, but the server is displaying a 403 error which means it knows the file is there but refuses to send it. I might try to upload again and overwrite the existing files. Or you might need to talk to the host. Maybe a load limit issue?
Looks great! Panos are nice and sharp!
Rich
Great work!
I'm curious about how the traffic animation was achieved on the Businovo Interchange scene. I like the time sliders too.
Well done.
Rich
Hi,
Do you have passQueryParameters set to true in the embed script? passQueryParameters:true
<script type="text/javascript" lang="en-us">
embedpano({xml:"tour.xml", target:"pano", html5:"only", focus:true, mobilescale:1.0, passQueryParameters:true});
</script>
I think that needs to be set for the deep-linking to be enabled.
Hope this helps.
Rich
Hello,
I have a tour embedded into a page with html content above and below the tour. I would like to use the tab key on the keyboard to tab into the pano and use the arrow keys to view the pano without using a mouse.
Using Chrome DevTools to view the page elements I can see the krpanoSWFObject div is being assigned a tabindex="-1" which skips over the pano when tabbing through the page. changing it (in DevTools) to 0 allows me to tab into the pano, use the arrows and tab back out to the next element.
How or where can I change that tabindex to 0?
I've tried to change it with javascript but can't seem to get it.
For anyone else looking to do this, here is the little code snip that I was able to use to get the tabIndex changed.
<script type="text/javascript" lang="en-us">
document.getElementById("krpanoSWFObject").tabIndex = 0;
</script>
Thanks
Rich
Hello Jaydee,
I have the plugin working, however when I switch scenes the icons disappear. If I refresh they are there. Just to test, I created a multi-res tour using your dropplet and I have the same problem? Is anyone else having this issue?
Thanks
Rich
Hi Job.1,
Thank you for your suggestion, but this does not work in either Flash or HTML5 version.
Does anyone have an example of a link in the scrolling text box?
Thanks to all who have replied.
Rich
Hi,
Thanks for your reply. Yeah, its an odd one. I thought placing a link in the scrolling text field should be rather straight forward. I am using the latest version of KRPano. The links works in html 5 just not in Flash version. Here is my link.
Thanks
Rich
Hi Tuur,
Thanks for the reply.
Yes, I tried that and it doesn't work. A regular hyperlink works for html5 version but I can't seem to get a link in the scrolling text box in the Flash version.
I did search a bit before posting. The only thing I found was a note under the documentation saying that html support was very limited. There is a href example that I was trying to work with: https://krpano.com/plugins/textfield/#attributes%20
I think I am just missing a piece to get it to work. Specifically the action, but the documentation doesn't show that part.
Thanks
Rich
Hello,
I'm looking at the scrollingtextfield.xml example I am trying to figure out how to put a simple hyperlink in there. Is it possible? I tried several ways including this
<data name="testtext">
start text test text test text test text test[br/]
[a href="http://google.com"]Google[/a][br/]
text test text test text test text[br/]
</data>
Also how do you get the text window to open and close? I don't want it there all the time. I'd like it to open when a info icon is clicked and then have an x on the scrolling text box to close it.
Thanks in advance.
Rich
Hi Klause,
Yes you're right! I must have overwritten the new Krpanoiphone.js file with the previous version of the file. Thanks so much, the iPhone version now displays as expected. The ?html5=prefer method does not however. Chrome displays it really funky and FF just locks up. I just replaced my tour.js file after running the VTMulti droplet again, instead of uploading everything again. I'm not to worried about it on this one. Before creating my next, I'll unzip the latest version again and make sure everything is correct before running the droplet.
Thanks for all the great features and improvements!
Rich
Hello All,
I just put together my first multi res tour using the new version 1.0.8.15 MAKE VTOUR (MULTIRES) droplet. I used the new tour editor (which is really great) to modify the xml and create the tour. Everything looks good in a browser, but on my iPhone there is no menu and the hotspots are visible but don't work. Tested on my PC in Safari using the dev emulator with the same results. Anyone else report this problem or have any ideas how I might fix it? I do have an iPhone license. Here is a link to the tour. http://studio360.pro/panos/Richard/Horses/
Thanks
Rich
Hi Zephyr
Great! Thank you very much. That did the trick.
Rich