Suchergebnisse
Suchergebnisse 1-20 von insgesamt 40.
Arsdezi sory for delayed answer - I think it was the SWFAddress plugin (krpano.com/plugins/userplugins/swfaddress/) with small adjustments to fit my needs.
I used to make panos in FPP but we switched to KRpano 3 years ago (which I'm really proud of). Mirgating FPP tours to KRpano might get quite time consuming especially if you have to rewrite plugins. There are also some fundamental differences between FPP and KRpano architecture. I can't tell you what exactly - I'm so used to KRpano now and have totally forget what were they. We did Musei Capitolini using FPP back in 2010. In 2009 we also did MSC Poesia and MSC Crocciera. I can try to help but no...
Nice job! What setup did you use for 360 video?
Well I don't know what to answer - you just set the size in the xml to 150x150 for example and and onclick="openmap();". It's pretty simple.
I like this idea, so I played around and got this to work. Here you go: Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 <!-- events --> <events onnewpano="updatevisitedhs();" /> <!-- actions --> <action name="startup"> <!-- showlog(); --> loadscene(get(scene[0].name), null,MERGE,BLEND(1)); <...
It's a bit hard to help because your .rar doesn't contain plugins and panos, I just couldn't test it. Anyway - you dont need separate xmls for every scene. I never use separate xmls, all scenes in one scenes.xml is easier for me. Your swf address plugin xml should be something like this: Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 .... <!-- Plugins --> <plugin name="swfaddress" url="plugins/sa.swf" alturl="plugins/sa.js" k...
Zitat von »Umalo« It is not consistent if Radar reading is redirected immediately after click (on current spot) and than waiting for onloadcomplete to activate the new spot. This is really minor improvement that can be done in this very nice tour. Thanks for your feedback! Now minimap spot is updated immediately on click!
Zitat von »Umalo« You forget to actualize active point on minimap when pin clicked. Otherwise very nice. Umalo Active spot is refreshed onloadcomplete. Seems to be working fine for me...
Thanks Octavias! Every client has it's own unique design (theme if you will). I have never tried Pano Tour Pro so I can't tell about differences. I don't use any GUI for KRpano, all is done coding in AS3, Javascript, CSS and HTML. There is one global xml file and separate xml files for scenes and plugins for every language. Lots of values are read dynamically, for example scene titles are present only once and read dynamically in other xml files or plugins. Most of code is inside external plugin...
My latest work - Casino in Riga. Done by me from ground up - 2 days shooting + few days for post production, 3 weeks coding + testing. HTML5 and Flash versions, plugins are mostly external and custom made for this project. http://www.voodootour.lv/
Hi! Mobile menu is really nice! I see you've done lots of work to make this. Is this made by team or just you yourself?
Photograhy was done by Carlo Rodinelli, unfortunatelly I don't know what software he's using.
I don't think it's possible. Maybe Klaus knows how to do it. I guess I would then just define values on startup() using set(array[#][#], #);
something like this works for me but i didn't figure out how to define nested <array> nodes with values. if values are set dynamically it works fine: Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 trace(get(array[1][1])); trace(get(array[1][2])); trace(get(array[1][3])); trace(get(array[2][1])); trace(get(array[2][2])); trace(get(array[2][3])); for(set(i,1), i LE 2, inc(i), for(set(j,1), j LE 3, inc(j), set(array[get(i)][get(j)], random); ); ); trace(get(array[1][1])); trace(get(array...
Zitat von »martyhr« I can not imagine this code working without your example. I added a small example to original post (zip archive).
Hi! I'm not familiar with Pano Tour Pro. I guess it's a GUI for creating and editing krano xml. I'm not quite sure if it can be done using Pano Tour interface. You have to create swf file for plugin with the specific as3 code inside (in Adobe Flash or similar), then you must add some extra parameters to each scene and custom onclick for hotpspot style. Can this be done in Pano Tour Pro ?
Thanks! I've explained idea of hotspots here. Basically it's an animated swf with dynamic label text.
This might help http://www.w3schools.com/jsref/met_his_back.asp