Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
![]() |
Source code |
1 |
var hlookatelement = document.getElementById('hlookat'); |
![]() |
Source code |
1 |
krpano.set("view.hlookat", hlookat_from_cookie); |
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<events name="myevents" keep="true" onidle="cookie_deeplinking_write();" /> <action name="cookie_deeplinking_write" type="javascript"><![CDATA[ var hlookat = krpano.get("view.hlookat"); // ... write values ]]></action> <action name="cookie_deeplinking_update_read" type="javascript" autorun="onstart"><![CDATA[ // ... read values krpano.set("view.hlookat", 0); ]]></action> |
This post has been edited 1 times, last edit by "indexofrefraction" (Nov 30th 2022, 9:17am)