You are not logged in.

1

Monday, June 20th 2022, 11:52am

can i get krpano Variable in js?

hello

can 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 html


best regard:)

San7

Professional

Posts: 626

Occupation: coding in krpano

  • Send private message

2

Monday, June 20th 2022, 3:33pm

Hello you can get it like this:

Source code

1
2
3
<action name="jsGet" type="Javascript"><![CDATA[
   var NAME = krpano.get("xml.scene" );
...

Similar threads