When I use not existing file... I get error....
..............................
When I use not existing file... I get error....
..............................
Hi,
I need <include url="extend3.xml" /> .... and whed this file is not present so not include....
I think:
if( file_exists("extend3.xml"),
<include url="extend3.xml" />
,
);
But doesn't work.... Can you help me?
Thanks.
I must call krpanoSWFObject ... not my DIV NAME..
Thank's.
xml:
set(ddata,get(hotspot[newspot].point[0].ath));
trace(ddata); -----> this return eg:.... -15.75485457
js(write_flash(ddata));
the same result:
js(write_flash(get(ddata)));
my question... how get ddata on javascript
on: js(write_flash(get(ddata))); return 'get(ddata)' not -15.75485457
I try your solution....
:(
krpano().get(swf_property_name) doesnt work
Hi,
I use in action script:
set(some_var, some_text_information);
js(show_data( get(some_var) ) );
Javascript:
function show_data(value){
alert(value);
}
alert give me "get(some_var)" ... not "some_text_information"
Where is mistake?
thank's quickref give me solution ;-]
Hi,
I want ad point (hotspot part) on mouse click.
mouse.x return only mouse position and write only on trace
set(hotspot[newspot].ath, mouse.x ); - NOT Work
Please do you know:
1. how write mouse position on ATH and ATV (not x, y)?
2. How insert position tu hotspot?
3. How debug all value of some object (eg. mouse).... IN PHP var_dump(mouse).... but what there?
4. Is possible use of plugin "editor" only part of "add polygonal hotspot"?
5. Where is api documentation? http://www.krpano.com/docu/api ... is removed :(
Thank's for answer of any question. Thanks, Thanks.... thanks