Hi guys,
Can anyone help me with this problem. When creating a tour using the testing server and the tour_editor.html I get an error that flash isn't installed while it is.
I get this problem on all our 5K iMacs (4x) and not on the older iMacs.
Hi guys,
Can anyone help me with this problem. When creating a tour using the testing server and the tour_editor.html I get an error that flash isn't installed while it is.
I get this problem on all our 5K iMacs (4x) and not on the older iMacs.
Don't know if this is mentioned before, but when using the tour_editor i can't save the tour.xml. It gets stuck at the save screen. When i force to shut it in Safari it doesn't save the file and i can start all over :(
I see your green active spot !!!
Thats right i solved the problem halfway :)
The 4 panorama's on the first floor are ok, but when you go up then the greenspots don't work.
Here's the code i have now in the floorplan.xml
<krpano version="1.16.3" logkey="true" showerrors="true" >
<textstyle name="SKIN_TOOLTIPS" font="Arial" fontsize="14" bold="true" italic="false" background="false" border="false" textcolor="0xFFFFFF" effect="dropshadow(1,45,0x000000,4,1);" fadeintime="0.1" fadetime="0.05" />
<style name="spot" url="map/inactief.png" align="lefttop" alpha="1" scale="0.5" edge="bottom" oy="4" zorder="90"/>
<!-- START FLOORPLAN -->
<layer name="floorplan" keep="true" type="container" align="leftbottom" width="55%" height="100%" x="-55%" y="0" state="closed" zorder="25">
<layer name="mapicon" url="map/map_tab2.png" scale="0.85" alpha="1.0" align="rightbottom" x="0" y="65" edge="leftbottom" onclick="if(layer[floorplan].state == 'closed', tween(layer[floorplan].x,0,1.2,easeOutQuint), tween(layer[floorplan].x,-55%,1.2,easeOutQuint)); switch(layer[floorplan].state,'closed','opened');" />
<layer name="thumbfloor" keep="true" type="container" align="righttop" width="100%" height="100%" x="0" y="0" bgcolor="0x000000" bgalpha="0.8">
<layer name="scrollarea" url="%SWFPATH%/../plugins/scrollarea.swf" alturl="%SWFPATH%/../plugins/scrollarea.js" align="rightbottom" width="1206" height="1550" direction="all" >
<layer name="map" url="map/map.png" align="lefttop" >
<layer name="actievespot" parent="map" keep="true" url="map/actief.png" scale="0.5" align="lefttop" edge="bottom" oy="4" zorder="90" alpha="1" />
<layer name="spot1" style="spot" x="451" y="1020" onclick="loadscene(woonkamer,null,MERGE,BLEND(0.5)); tween(layer[floorplan].x,-55%,1.2,easeOutQuint));" onhover="showtext('woonkamer',SKIN_TOOLTIPS);" onover="tween(scale, 0.6,0.5);" onout="tween(scale, 0.5,0.5);"/>
<layer name="spot2" style="spot" x="864" y="1086" onclick="loadscene(keuken,null,MERGE,BLEND(0.5)); tween(layer[floorplan].x,-55%,1.2,easeOutQuint));" onhover="showtext('keuken',SKIN_TOOLTIPS);" onover="tween(scale, 0.6,0.5);" onout="tween(scale, 0.5,0.5);"/>
<layer name="spot3" style="spot" x="680" y="1282" onclick="loadscene(gang,null,MERGE,BLEND(0.5)); tween(layer[floorplan].x,-55%,1.2,easeOutQuint));" onhover="showtext('gang',SKIN_TOOLTIPS);" onover="tween(scale, 0.6,0.5);" onout="tween(scale, 0.5,0.5);"/>
<layer name="spot4" style="spot" x="716" y="493" onclick="loadscene(overloop,null,MERGE,BLEND(0.5)); tween(layer[floorplan].x,-55%,1.2,easeOutQuint));" onhover="showtext('overloop',SKIN_TOOLTIPS);" onover="tween(scale, 0.6,0.5);" onout="tween(scale, 0.5,0.5);"/>
<layer name="spot5" style="spot" x="806" y="288" onclick="loadscene(slaapkamer,null,MERGE,BLEND(0.5)); tween(layer[floorplan].x,-55%,1.2,easeOutQuint));" onhover="showtext('slaapkamer',SKIN_TOOLTIPS);" onover="tween(scale, 0.6,0.5);" onout="tween(scale, 0.5,0.5);"/>
<layer name="spot6" style="spot" x="912" y="505" onclick="loadscene(badkamer,null,MERGE,BLEND(0.5)); tween(layer[floorplan].x,-55%,1.2,easeOutQuint));" onhover="showtext('badkamer',SKIN_TOOLTIPS);" onover="tween(scale, 0.6,0.5);" onout="tween(scale, 0.5,0.5);"/>
<layer name="spot7" style="spot" x="200" y="1294" onclick="loadscene(studiekamer,null,MERGE,BLEND(0.5)); tween(layer[floorplan].x,-55%,1.2,easeOutQuint));" onhover="showtext('studiekamer',SKIN_TOOLTIPS);" onover="tween(scale, 0.6,0.5);" onout="tween(scale, 0.5,0.5);"/>
</layer>
</layer>
</layer>
</layer>
<!-- / END FLOORPLAN -->
<!-- / LOGO -->
<layer name="bar" keep="true" type="container" bgcolor="0xFFFFFF" bgalpha="0.2" align="lefttop" width="100%" height="64" x="0" y="20" y_opened="20" y_closed="-42" zorder="3">
<layer name="logo" url="map/logo_bar.png" zorder="2" align="lefttop" edge="lefttop" x="0" y="0" alpha="1" keep="true" selectable="false" handcursor="true" onclick="openurl(http://www.http://www.carbontree.in,_blank);"/>
</layer>
<!-- / END LOGO -->
</krpano>
Display More
I can't get my active spot visible on my floorplan. I have created a tour which has a floorplan in a scrollarea. All spots are visible (blue) but not the active spot (green) i want to have the active panorama on a greenspot.
I have a tour which has a scalable floorplan where this works: http://77.248.102.192/360/tour_walibi/tour/index.html
Here's my floorplan.xml code:
<krpano version="1.16.3" logkey="true" showerrors="true" >
<textstyle name="SKIN_TOOLTIPS" font="Arial" fontsize="14" bold="true" italic="false" background="false" border="false" textcolor="0xFFFFFF" effect="dropshadow(1,45,0x000000,4,1);" fadeintime="0.1" fadetime="0.05" />
<style name="spot" url="map/inactief.png" align="lefttop" alpha="1" scale="0.5" edge="bottom" oy="4" zorder="90"/>
<!-- START FLOORPLAN -->
<layer name="floorplan" keep="true" type="container" align="leftbottom" width="55%" height="100%" x="-55%" y="0" state="closed" zorder="25">
<layer name="mapicon" url="map/map_tab2.png" scale="0.85" alpha="1.0" align="rightbottom" x="0" y="65" edge="leftbottom" onclick="if(layer[floorplan].state == 'closed', tween(layer[floorplan].x,0,1.2,easeOutQuint), tween(layer[floorplan].x,-55%,1.2,easeOutQuint)); switch(layer[floorplan].state,'closed','opened');" />
<layer name="thumbfloor" keep="true" type="container" align="righttop" width="100%" height="100%" x="0" y="0" bgcolor="0x000000" bgalpha="0.8">
<layer name="scrollarea" url="%SWFPATH%/../plugins/scrollarea.swf" alturl="%SWFPATH%/../plugins/scrollarea.js" align="rightbottom" width="1206" height="1550" direction="all" >
<layer name="map" url="map/map.png" align="lefttop" >
<layer name="spot1" style="spot" x="451" y="1020" onclick="loadscene(woonkamer,null,MERGE,BLEND(0.5)); tween(layer[floorplan].x,-55%,1.2,easeOutQuint));" onhover="showtext('woonkamer',SKIN_TOOLTIPS);" onover="tween(scale, 0.6,0.5);" onout="tween(scale, 0.5,0.5);"/>
<layer name="spot2" style="spot" x="864" y="1086" onclick="loadscene(keuken,null,MERGE,BLEND(0.5)); tween(layer[floorplan].x,-55%,1.2,easeOutQuint));" onhover="showtext('keuken',SKIN_TOOLTIPS);" onover="tween(scale, 0.6,0.5);" onout="tween(scale, 0.5,0.5);"/>
<layer name="spot3" style="spot" x="680" y="1282" onclick="loadscene(gang,null,MERGE,BLEND(0.5)); tween(layer[floorplan].x,-55%,1.2,easeOutQuint));" onhover="showtext('gang',SKIN_TOOLTIPS);" onover="tween(scale, 0.6,0.5);" onout="tween(scale, 0.5,0.5);"/>
<layer name="spot4" style="spot" x="716" y="493" onclick="loadscene(overloop,null,MERGE,BLEND(0.5)); tween(layer[floorplan].x,-55%,1.2,easeOutQuint));" onhover="showtext('overloop',SKIN_TOOLTIPS);" onover="tween(scale, 0.6,0.5);" onout="tween(scale, 0.5,0.5);"/>
<layer name="spot5" style="spot" x="806" y="288" onclick="loadscene(slaapkamer,null,MERGE,BLEND(0.5)); tween(layer[floorplan].x,-55%,1.2,easeOutQuint));" onhover="showtext('slaapkamer',SKIN_TOOLTIPS);" onover="tween(scale, 0.6,0.5);" onout="tween(scale, 0.5,0.5);"/>
<layer name="spot6" style="spot" x="912" y="505" onclick="loadscene(badkamer,null,MERGE,BLEND(0.5)); tween(layer[floorplan].x,-55%,1.2,easeOutQuint));" onhover="showtext('badkamer',SKIN_TOOLTIPS);" onover="tween(scale, 0.6,0.5);" onout="tween(scale, 0.5,0.5);"/>
<layer name="spot7" style="spot" x="200" y="1294" onclick="loadscene(studiekamer,null,MERGE,BLEND(0.5)); tween(layer[floorplan].x,-55%,1.2,easeOutQuint));" onhover="showtext('studiekamer',SKIN_TOOLTIPS);" onover="tween(scale, 0.6,0.5);" onout="tween(scale, 0.5,0.5);"/>
</layer>
</layer>
<plugin name="actievespot" parent="floorplan" keep="true" url="map/actief.png" scale="0.5" align="center" edge="center" />
</layer>
</layer>
<!-- / END FLOORPLAN -->
<!-- / LOGO -->
<layer name="bar" keep="true" type="container" bgcolor="0xFFFFFF" bgalpha="0.2" align="lefttop" width="100%" height="64" x="0" y="20" y_opened="20" y_closed="-42" zorder="3">
<layer name="logo" url="map/logo_bar.png" zorder="2" align="lefttop" edge="lefttop" x="0" y="0" alpha="1" keep="true" selectable="false" handcursor="true" onclick="openurl(http://www.http://www.carbontree.in,_blank);"/>
</layer>
<!-- / END LOGO -->
</krpano>
Display More
In my pano.xml i use this:
<scene name="woonkamer" title="woonkamer" thumburl="panos/woonkamer.tiles/thumb.jpg" heading="0.0" onstart="set(plugin[actievespot].x, get(plugin[spot1].x));set(plugin[actievespot].y, get(plugin[spot1].y));">
Here's a preview of the tour right now: http://77.248.102.192/360/carbontree/tour/index.html
Can someone help?
The floorplan and pano.xml are attached.
I have an issue using the Iphone/iPad simulator.
I copied the html to my pano folder and changed the path to my "all-in-one" .js file. I changed the xml path/ name
But when i open the simulator html i get a message that it can't load the external xml's (which are in a different folder)
The pano.xml refers to: ../global/code/interface.xml
.js path:
<script src="../global/viewer/oorthuis.js"></script>
xml path:
var viewer = createPanoViewer({swf:"../global/viewer/oorthuis.swf", id:"krpanoSWFObject", html5:"only"});
viewer.addVariable("xml", "pano.xml");
viewer.addVariable("simulatedevice", viewerdevice);
viewer.embed("krpanoDIV");
I also discovered that it doesn't load the pano's properly: http://77.248.102.192/360/panorama_t…-simulator.html
Here's the normal index.html: http://77.248.102.192/360/panorama_t…tour/index.html
I am creating a virtual tour where i want to include a map or aerial image. The image (png) is for example 3000x2000 pixels wide. I want to have a map/imageholder which is the frame wih the image inside this frame. The frame needs to be able to slide down/upwards.
I also want to scale the frame (and it's image and hotspots) to adjust to the browsers format (desktop or ipad/iphone etc.)
Here's what i have now (in this example the image itself is static and scaled through a simple width and height):
Thnx for your compliment. I shot the images with a Nikon D800 and 16 mm fisheye. The final 360° images are 8000x4000 pixels. I took me 4 weeks for photographing and virtual tour building :)
It's made with the air compass/ compass
This week i finished a virtual tour for a local theater here in the Netherlands for use on their website.
I contains 14 panorama's of the foyer, big and small theater and the theater cafe.
Please enjoy. Comments and compliments :) are welcome ;)
Stadsgehoorzaal - Vlaardingen (only in dutch language)
Nice job. Very relaxing navigation and intuitive buttons.
Anybody who wants to help me please :(
So i have a virtual tour which uses aircompass for the arrows. I want to load the next pano with the same view of the last. So 1 looking to 2 loads in looking to 3, but when you go from 3 to 2 i want it to look at 1.
I use air compass code for my hotspots. I have used KEEPVIEW and deleted the fixed hlookat and vlookat. So far so good. But i also have a restricted vlookmin and vlookmax of -70 and 70, but when i delete hlookat and vlookat for every scene i'm losing the vlookmin and max.
Can any one help me?
Why are the tablet tiles missing in the latest version of krpanotools?
I have a custom made template, but that refers to mobile, tablet and pano tiles and i just discovered that the tablet tiles aren't created with the pano normal droplet.
Help?
Ok i found out that i was using an older version of panopress. I installed the 1.0.1b version which accepted html codes
I edited my wordpress site with this html redirection. As you can see here: http://77.248.102.192/wordpress/?p=126 it looks like the page reserved space for the embedded pano but nothing happens?
Nope that didn't work either. I get this error message:
Start tag expected, '<' not found (line 1 in http://77.248.102.192/wordpress/wp-c…rple02/pano.xml)
i tried the html, if that works then that would be the best option, but that didn't work either.
I'll try that option you gave. I'll let you know.
I generate my panorama's in each seperate folder. They all direct to my global swf in a higher folder.
Example
XML and HTML are in this folder http://mydomain.com/360/panorama/
SWF and JS are in this folder http://mydomain.com/360/global/viewer/
buttons and plugins in this folder: http://mydomain.com/360/global/skin/
interface xml is in this folder: http://mydomain.com/360/global/code/
So I have 1 global folder and for each panorama i have a seperate folder.
Here comes the problem. If i direct my panopress to the xml of my panorama it doesn't work
[pano file= "http://mydomain.com/360/panorama/pano.xml" w="900" h="500"]
Can someone help me to get right and working?
Here's the page i published for this one:
http://77.248.102.192/wordpress/?p=126
My XML is overhere: http://77.248.102.192/wordpress/wp-c…rple02/pano.xml
And the Interface XML is here: http://77.248.102.192/wordpress/wp-c…e/interface.xml