Thanks klaus, for your fast answer
another question, change into something syntax hotspot in VR mode, they do not appear in my application.
Log VR mode, then enter Chillan
thanks for help!
Thanks klaus, for your fast answer
another question, change into something syntax hotspot in VR mode, they do not appear in my application.
Log VR mode, then enter Chillan
thanks for help!
Dear
It seems that the downloadable format for linux is tar, no .tar.gz
Cheers
klaus great tool
but I have the following problem
sometimes shows me the button "Enter VR" and sometimes not.
clean the cache and similar things, but does not work me.
I use a example in version 1.19 pre 3
My device is a Moto X, 2nd generation
android 5.0.1
thanks for the help
Hi
I'am old user of krpano, i have a vritual tour since 2010 in http://www.udec.cl/tv_manoman/co0.html.
Now i try to make a html 5 version, but i have a "demo version" in the screen, http://www.udec.cl/a/krpano.html
it's the same server and same licence file.
how remove?
thanks!!
hi!
i have this situation:
i) map in left side of the pano
ii) in the map i have hostpot
iii) when click in the open map, this close
code:
<plugin name="map" url="reducidas/la/mapa_LA.png" keep="true"
align="leftbottom" x="16" y="16" alpha="0.80" handcursor="false"
scalechildren="true"
width="100"
height="64"
onclick="action(openmap);"
/>
<plugin name="scene1" url="marcadorverde.png" keep="true" parent="map" align="lefttop" edge="center" x="350" y="340"
zorder="2" onhover="showtext(Entrada Principal, infostyler);" onclick="loadpano(la0.xml, null, MERGE, BLEND(1));" />
<plugin name="scene2" url="marcadorverde.png" keep="true" parent="map" align="lefttop" edge="center" x="350" y="236"
zorder="2" onhover="showtext(Plaza Central, infostyler);" onclick="loadpano(la2.xml, view.hlookat=329, MERGE, BLEND(1));" />
<action name="closemap">
set(onclick,action(openmap););
tween(width,100,distance(700,0.5),easeoutquad);
tween(height,64,distance(449,0.5),easeoutquad);
</action>
<action name="openmap">
set(onclick,action(closemap););
tween(width,700,distance(700,0.5),easeoutquad);
tween(height,449,distance(449,0.5),easeoutquad);
</action>
Display More
when load other pano with the map, the map not close automatic.. :(
the user click again in the map and close.
as I can make the map when it loads it closes another pano??
thanks!!
thanks tom
the example work for my purpose
very thanks...
Hi tom..
you have a example of code to see "video inside of textfield" ?
thanks!!
sorry for my english
when I use the plugin text field that includes an image and text, the area is respected throughout the text (see example image). Anyone have any idea how to fix it?
image: attach]241[/attach]hi
thanks to all
codigo:
<plugin name="htmltext"
url="textfield.swf"
visible="false"
origin="top"
x="0" y="0"
width="400" height="0"
html="data:html2"
css=""
borderwidth="1"
background="true"
selectable="false"
autosize="center"
/>
Display More
<data name="html2">
<html>
<textformat leftmargin="20" rightmargin="20">
<p align="justify">
Deep Purple are an English hard rock band formed in Hertford in 1968.[1]
Along with Led Zeppelin and Black Sabbath, they are considered to be among the pioneers of heavy metal
and modern hard rock, although some band members have tried not to categorise themselves as
<img src="molina_de_bronce.jpg" />
<br />
<br />
any one genre.[2] The band also incorporated classical music, blues-rock, pop and progressive
rock elements.[3] They were once listed by the Guinness Book of World Records as the world's
loudest band,[3][4][5] and have sold over 100 million albums worldwide.[6][7][8][9]
Deep Purple were ranked #22 on VH1's Greatest Artists of Hard Rock programme
</p>
<br />
<br />
<p align="center"><a href="http://www.udec.cl">udec</a></p>
<p align="center"><a href="event:action(hidewindow,htmltext)">Cerrar</a></p>
</textformat>
</html>
</data>
Display More