June 20, 2022 at 11:52 AM #1 hellocan i get krpano Variable on js?--krpano set(NAME , get(scene[get(xml.scene)].name)); trace(NAME);--hot to get NAME variable in js.. or htmlbest regard:)
June 20, 2022 at 3:33 PM #2 Hello you can get it like this: Code <action name="jsGet" type="Javascript"><![CDATA[ var NAME = krpano.get("xml.scene" ); ...