Suchergebnisse
Suchergebnisse 1-18 von insgesamt 18.
How can I count how many I have AddItem within this action? if(i LT ????.additem.count, plugin[combobox].removeall(); additem('get(texto_menu_001)', action(moveto1); ); additem('get(texto_menu_002)', action(moveto2); ); .... thank you
Yes. I can only use JS to iphone. However as I have put all the JS files and protect them with Domain Limited and Disable Local / Offine Usage?
Hi I would like to create an encrypted file with all license html5 + xml (tour.js)? Is to protect the xml with the Domain Limited and Disable Local / Offine Usage? What I want is everything in one file type swf but with a JS to work in HTML5. thank you
Thanks for the help. I was using swfobject.js old.
Hello everybody I'm having trouble playing the soundinterface on safari. I've tried several codes and all works in SWF and JS nothing. Does not work soundinterface safari? Or soundinterface.js conrropido this? Anyone have the correct code and a JS that works on safari to post? The browser: Safari 5.1.4 My code Quellcode 1 2 <plugin name="soundinterface" url="soundinterface.js" preload="true" rootpath="" keep="true" volume="1.0" mute="false" onloaded="playsound(s1,som01.mp3);" /> <plugin name="au...
Hello, anyone know a way to increase the text of the combobox in flahs?
Hello does anyone know any way to protect the file Krpan in HTML5?
Hello I had this before and it worked perfectly. Quellcode 1 set(plugin[marca_box].onclick,openurl(http://www.site.net/,_self);); Now I want it but giving this error, anyone know what the problem? Quellcode 1 2 set(link_marca_cliente_1, http://www.site.net/,_self); set(plugin[marca_box].onclick,openurl(get(link_marca_cliente_1));); Oprblema that this part Quellcode 1 openurl(get()););
I am still having a doubt. All menu items leads to the same pano I do not know what I put into <krpano version="1.0.8" onstart="">
I discovered the problem in this xml file with another <krpano version="1.0.8" onstart="action(moveto1); closebox(); incio(); " > thanks
This is exactly what I wanted, but he is with any errors. WARNING: not local trusted - ExternalInterface disabled! ERROR: action not found: moveto1 Another observation, what is LT?
Thanks for the help friend, this would be the right command Quellcode 1 2 set(hotspot[nadirlogo].url,'logo_chao.png'); url="" Still not what I want but for now it serves. What I really want and create an xml file with all entries like: logo1 = "logo.jpg" seta1 = "001.jpg" seta2 = "002.jpg" ...
How I Faso for this command work? Quellcode 1 2 3 4 var varnadirlogo="logo_chao.png"; <hotspot name="nadirlogo" url=varnadirlogo ath="0" atv="90" distorted="true" scale="1.0" rotate="0.0" rotatewithview="true" onhover="showtext(Entre no Site - www.site.net);" onclick="openurl(http://www.site/,_blank);" />
Hello, I declare the variable as varnadirlogo and carry it in the url? Quellcode 1 2 3 4 var varnadirlogo="logo_chao.png" <hotspot name="nadirlogo" url=varnadirlogo ath="0" atv="90" distorted="true" scale="1.0" rotate="0.0" rotatewithview="true" onhover="showtext(Entre no Site);" onclick="openurl(http://www.site.com/,_blank);" />
Staff which the resolution of your images? My 6000x3000px has on average 1.5 MB
Hello everybody I am novice with Krpan would like help from you. Sometimes I have a huge menu with more than 15 or 30 options. For the construction of it I use the following code: Quellcode 1 2 3 4 5 6 7 <action name="fillcombobox">plugin[combobox].removeall();additem('Varanda Foto 1', action(moveto1); );additem('Piscina Foto 02', action(moveto............ <action name="moveto1"> action(startloading); loadpano(1.xml,null,KEEPALL,BLEND(2)); lookat(-18,0,90); wait(blend); oninterrupt(action(lookin...