Sie sind nicht angemeldet.

Suchergebnisse

Suchergebnisse 1-12 von insgesamt 12.

Montag, 19. Mai 2014, 03:09

Forenbeitrag von: »vcpano«

(solved!!) Onclick event to return to previous page..

How can I make a button to return to previous page? reference; Zitat Go back button function with swadress (Solved)

Freitag, 16. Mai 2014, 09:35

Forenbeitrag von: »vcpano«

Onclick event to return to previous page..

How can I make a button to return to previous page? Here I added Onclick event... (tour.xml) Zitat <plugin name="return" url="img/btn_back.png" keep="true" visible="true" handcursor="true" onclick="goBack();" /> Also I added below on the html tag... (tour.html) Zitat <script type="text/javascript">// <![CDATA[function goback() {window.history.go(-1);}// ]]></script> But it doesn't work.. Any help would be appreciated! Thank you.

Freitag, 2. Mai 2014, 03:47

Forenbeitrag von: »vcpano«

Customizing skin control bar..

Hello. I need some help with customizing skin control bar.. Here is an example that I want to customize; Zitat http://hotel-universalport.jp/ip/room/360/deluxe.html I think the source of JavaScript is used with it. Any help would be appreciated.

Freitag, 13. Dezember 2013, 05:25

Forenbeitrag von: »vcpano«

XML parser error

Hi ;) When I encrypt a xml file error message appears as; XML parser error: element is malformed (#1090) It works fine with iOS devices.. it shows only in Android devices.. any ideas?? Thanks for reading!

Donnerstag, 14. November 2013, 10:34

Forenbeitrag von: »vcpano«

Thanks for your reply

Zitat von »Tuur« Hi use scenes and put in every scene your button or hotspot with the rught action. Have a look at the code of the many examples that you downloaded already. Tuur Hi Tuur! thank you for your reply. I will try with loadpano to open a new xml file :)

Mittwoch, 13. November 2013, 03:25

Forenbeitrag von: »vcpano«

Thanks for your reply!

Zitat von »Taurus« Quellcode 1 Quellcode 1 2 <plugin name="pause_load" url="img/pause_load.png" visible="true" align="righttop" height="prop" keep="true" onclick="if(waiting_load,stopdelayedcall(delay_loading_scene),delayedcall(delay_loading_scene,2, loadscene(scene1)));switch(waiting_load);"/> Serge</plugin> Thank you Serge for the reply I'm just wondering how I can put those code if there are more than a single scene.. For example, I just gave you an example as "events name="scene1" but there...

Dienstag, 12. November 2013, 11:07

Forenbeitrag von: »vcpano«

envets onloadcomplete..

Hi there I am using "Onloadcomplete events" for automatically loading the next scene and I'd like to add a pause button for it.. any ideas?? such as like below! <events name="scene1" onloadcomplete="delayedcall(10, loadscene(scene1); );" /> for the pause button, <plugin name="pause" url="img/pause.png" visible="true" align="righttop" height="prop" keep="true" onclick="if(autorotate.enabled,set(autorotate.enabled,false);,set(autorotate.enabled,true););" /> thanks for reading!

Dienstag, 12. November 2013, 09:49

Forenbeitrag von: »vcpano«

select buttons and load panoramas

Hi It's quite complicated for me to explain about what I am wondering.. So I will give an example of it e.g. Here are three different panoramas. pano1.xml pano2.xml pano3.xml I want to bring those into pano_complete.xml and make buttons to open(load) each panoramas. Is it possible with Krpano? Thanks for reading!

Mittwoch, 16. Oktober 2013, 11:07

Forenbeitrag von: »vcpano«

link to digital books inside panoramas?

Hi there My question is kind of complicated but I am just wondering if there is any way to link digital books inside panoramas. I would appreciated if there are any good examples for it. Best regards

Freitag, 13. September 2013, 10:01

Forenbeitrag von: »vcpano«

polygon hotspots on html5 not available??

hi there i added some polygon hotspots but it doesn't work on html5. here is the way i added polygon hotspots; <!-- place your scene hotspots here --> <hotspot name="thumb1" keep="true" visible="true" enabled="true" handcursor="true" capture="true" children="true" onclick="openurl(http://xxxxxxxxx.com,_blank);" /> <point ath="21.6" atv="-4.4" /> <point ath="21.5" atv="7.6" /> <point ath="38.5" atv="7.7" /> <point ath="38.6" atv="-4.4" /> </hotspot> any helps please!!

Mittwoch, 21. August 2013, 10:23

Forenbeitrag von: »vcpano«

Re:

Thank you for you reply. I just modified it as you wrote. Also here is the example link that I'm currently working on; http://133.242.8.18/sheet/vc-support/3dpvr/pano/sakura.html (Please click the green information icon) Draggable layout has set as alpha=0.0 and enabled=true when pano loads the scene, but it doesn't work well on iPhone. The Draggable layout is invisible correctly but it seems there is something wrong with 'enabled' set. Any help is much appreciated. Thanks. Best regards --------...

Mittwoch, 21. August 2013, 08:59

Forenbeitrag von: »vcpano«

Draggable text field is not working on iPhone..

I want to make a hotspot show up draggable text field on iphone but it doesn't work. It works fine on the desktop. Could you please help to solve this problem? 1. tour.xml <scene name="scene_AAA" title="AAA" onstart="point();" thumburl="panos/AAA.tiles/thumb.jpg" lat="" lng="" heading=""> <include url="include/scene1.xml" /> . . . <hotspot name="textdrag" url="img/text.png" scale="1.0" ath="14.021" atv="-20.639" onclick="set(layer[textbox].enabled,true);set(layer[textbox].alpha,1);" /> ---------...