Can't find the download link anywhere. I need it to create an exe file from my tour.
Posts by immersium
-
-
tour.html?startscene=scene_name
Is it possible to also add an information to look at specific horizontal value (hlookat)?
i.e. tour.html?startscene=scene_name&hlookat=value -
Any release date?
-
Hi Klaus,
Are you planning to support multi-frame with the HTML5 viewer?
BR | Thomas -
Thanks Klaus for letting me know that it is a flash bug and that you are working on a new combobox.
And again thanks Michel for the workaround that works perfectly! Mon client va être content! -
Hi Klaus
I'm using the latest flash, same for my client who also has the same issue from his computer.
Same applies from my macbook.
The list on the left from the 2nd image in my post disappears when you make the 1st click.
Help please...
Thomas -
Hi-
I have an issue with the combobox of this tour: http://www.immersium.fr/vr/edenarc360/vr2.htmlWhen opening the combobox, leave it opened, and clicking on the fullscreen button, the combobox selection keep on the left of the sceen and the normal combobox remains where it should be (at the top right).
Screenshot HTML page no fullscreen
Screenshot HTML page fullscreen
How can I fix it?
Here is the code of my HTML
<body>
<script src="swfobject/swfkrpano.js"></script>
<div id="container">
<div id="panoDIV" style="height:100%;">
<script>
embedpano({target:"panoDIV",swf:"krpano.swf",width:"650px",height:"450px",allowFullScreen:"true"});
</script>
<noscript>
<div id="tour">
<object width="100%" height="100%">
<embed src="krpano.swf" width="100%" height="100%" allowFullScreen="true">
</embed>
</object>
</div>
</noscript>
</div>
</div>
</body>And now the code for the combobox
<plugin name="combobox" url="krpanodata/graphics/combobox.swf" preload="true" alturl="krpanodata/graphics/combobox.js" keep="true" align="righttop" x="10" y="10" cbdesignscale="1" >
<item name="combobox0" caption="Place du Capitole" onClick="mainloadpano(krpano0.xml);"/>
<item name="combobox1" caption="Maison Occitanie" onClick="mainloadpano(krpano1.xml);"/>
<item name="combobox2" caption="Cité de l'Espace" onClick="mainloadpano(krpano2.xml);"/>
<item name="combobox3" caption="Hôtel Pierre d'Assézat" onClick="mainloadpano(krpano3.xml);"/>
<item name="combobox4" caption="Garonne" onClick="mainloadpano(krpano4.xml);"/>
</plugin>Thanks for your help!
-
Same as Jarredja, the 2 latest tours work fine on my side.
I would nevertheless advise you to decrease the size of the cubes (with no multiresolution) as they take a long time to load.
If I may, I would also create a special skin for Facebook, eg no need to have a fullscreen button as it doesn't work within Facebook. -
Glad I could help
So where is the link to that embedded virtual tour? -
I have encapsuled all the files (xml, tiles, skin, etc) into a single swf (in that case called tour.swf) using krprotect.
Try it out. -
Hi - This is what I use and it works just fine.
You can see it in action on my facebook wall (look for Résidence Almes) : http://www.facebook.com/pages/Immersium/131615226886648<html>
<head>
<title>YOUR TITLE</title>
<meta name="title" content="Title" />
<meta name="description" content="Description" />
<link rel="image_src" href="http://www.yourwebsite.com/thumb.jpg" />
<link rel="video_src" href="http://www.yourwebsite.com/tour.swf"/>
<meta name="video_height" content="350" />
<meta name="video_width" content="470" />
<meta name="video_type" content="application/x-shockwave-flash" />
</head><body>
<script src="tour.js"></script>
<div id="pano" style="width:100%; height:100%;">
<noscript><table style="width:100%;height:100%;"><tr style="valign:middle;"><td><div style="text-align:center;">ERROR:<br/><br/>Javascript not activated<br/><br/></div></td></tr></table></noscript>
<script>
embedpano({swf:"tour.swf", xml:"tour.xml", target:"pano"});
</script>
</div></body>
</html> -
Hmm... I think this work can be paid, isnt it?
No worries about paying for a good skin. Please let us know when it is finished and its price.
Cheers! -
Do you give access to the xml?
-
Nice skin and very generous to offer it to the community.
I'm up for giving it a try!
Cheers -
Thanks a million for the tip, helped me to save a lot of time!!!
-
My mistake, the code works except that it doesn't get the last scene name and replaces the value by "null", even though there this last scene name contains a value.
-
Hi VN2009
I tried your code but no success.
I nevertheless almost managed to solve the problem by using this codeif(%1 != NEXT, set(i,0));
if(i LT scene.count,
copy(thumb, scene[get(i)].thumburl);
txtadd(thumbname,'thumb_',get(i));
addplugin(get(thumbname));
set(plugin[get(thumbname)].url, get(thumb));
set(plugin[get(thumbname)].keep, true);
set(plugin[get(thumbname)].align, leftbottom);
set(plugin[get(thumbname)].width, 40);
set(plugin[get(thumbname)].height, 40);
set(plugin[get(thumbname)].x, 10);
set(plugin[get(thumbname)].y, 10);
mul(plugin[get(thumbname)].x, i,45);
add(plugin[get(thumbname)].x, 5);
add(plugin[get(thumbname)].y, 5);
copy(plugin[get(thumbname)].xsmall, plugin[get(thumbname)].x);
copy(plugin[get(thumbname)].ysmall, plugin[get(thumbname)].y);
add(plugin[get(thumbname)].zorder, 100, i);
set(plugin[get(thumbname)].effect,glow(0xFFFFFF,1.0,2,10000));
set(plugin[get(thumbname)].jsborder,'1px solid #FFFFFF');
copy(plugin[get(thumbname)].thumbpos, i);
set(plugin[get(thumbname)].linkedscene, get(scene[get(i)].name) );
set(plugin[get(thumbname)].onclick, loadscene(get(linkedscene),null,MERGE,BLEND(1)); ); );set(plugin[get(thumbname)].onhover, showtext(get(linkedscene),buttonstyle);
inc(i);
buildthumbs(NEXT););
</action>
BUT
It only displays the 1st thumbnail and there must be a mouseover on it to display the remaining ones.
Then the text is displayed correctly.Thx.
-
Hi -
I'm using the VTOUR droplet and I'd like to indicate somewhere in my pano (say top left) the name of the scene (as a simple text).
The text would have to be automatically updated when changing scene (eg Scene1-> Scene2).How could I do that?
Thanks for your help.
Cheers,
Thomas -
I'll may ask for donations (at least) or it could be implemented as a user plugin (paid), since it has been a lot of work and creativity to find workarounds between flash and javascript issues.
No worries for me, I would pay for such a plugin.
-
Great! Thx Klaus for the good news!