Hello all,
One image from the cube does not show on iPad, here is the link you will understand better.
http://immeuble-dld.com/Espaces/immeuble1/index.htm
Thank you very much for your help
Hello all,
One image from the cube does not show on iPad, here is the link you will understand better.
http://immeuble-dld.com/Espaces/immeuble1/index.htm
Thank you very much for your help
For those who had problems for embedding, you don't have to put your license key in the code, just call your swf and the xml you want
Take a look a this
thanks klaus, worked perfectly!
Hello,
I'm a bit confused on how to use properly the crossdomain.
I got domain1.com where all my files are stocked. (swf, xml, images, license etc)
I got domain2.com where I would like to display a Krpano virtual tour without putting any files on this server
I would like to access domain1.com from domain2.com to be able to get the swf and the xml file
Can someone give me a hand on this please,
Thanks
Hi Klaus,
I fixed this bug with this code finally:
I created an action that was called when the hotspot was clicked, detected if fullscreen was true then set the scaling attribute.
Could be cleaner but it does the job ;)
<action name="setScale">
if(fullscreen==true,
set(plugin[object1].scale, 1);
set(plugin[object2].scale, 1);
set(plugin[object3].scale, 1);
set(plugin[object4].scale, 1);
set(plugin[object5].scale, 1);
set(plugin[object6].scale, 1);
set(plugin[object7].scale, 1);
set(plugin[object8].scale, 1);
set(plugin[object9].scale, 1);
set(plugin[object10].scale, 1);
set(plugin[object11].scale, 1);
);
if(fullscreen==false,
set(plugin[object1].scale, 0.5);
set(plugin[object2].scale, 0.5);
set(plugin[object3].scale, 0.5);
set(plugin[object4].scale, 0.5);
set(plugin[object5].scale, 0.5);
set(plugin[object6].scale, 0.5);
set(plugin[object7].scale, 0.5);
set(plugin[object8].scale, 0.5);
set(plugin[object9].scale, 0.5);
set(plugin[object10].scale, 0.5);
set(plugin[object11].scale, 0.5);
);
</action>
Hi,
I would like to know if there's a way to detect if we are in fullscreen mode.
What i want to do is to scale the objects of hotspots depending on if you are in fullscreen or not. You can see on my website: http://www.visiteinteractive.com
When we get on fullscreen, objects are really small and i want to get them bigger
Thanks
Thanks for the answer klaus.
I'll keep looking for this.
So how can we change the font of the combobox in the XML?
thanks
Hi,
I would like to know how to change the font of a button (ex: fullscreen button) in the plugin source .FLA
thanks