hello,
thanks,
I test this but it's not work very well,
i wait droplet
Posts by crom1
-
-
Hi Klaus,
I want to use droplet make object 1.18 but the result don't work on HTML5
you say me the html5 don't support multiress, but now with 1.18 Vtour support multires and HTML5
why object 1.18 don't support html5 ?you have a solution to make objet dropplet on html5 ?
thanks,
sorry for my english
best regard
crom1
-
hello,
with the krpano 1.17 make Mutlitres on ipad but the droplet make objet 1.17 and 1.18 don't work html5
is it solution ?thanks
crom
-
Hi
i use http://www.any-video-converter.com for converting video for ios
my video is .m4V when i make hotspotCode
Display More<hotspot name="perso" devices="all" url="plugins/videoplayer.swf" keep="false" ath="180" atv="0" zoom="false" distorted="true" width="131.8359375" height="361.328125" scale="1" edge="lefttop" ox="-221.6796875" oy="-89.84375" visible="true" enabled="false" usecontentsize="false" handcursor="false" refreshrate="auto" alturl="plugins/videoplayer.js" posterurl="%SWFPATH%/video/video.jpg" videourl="%SWFPATH%/video/perso.m4v" > </hotspot>
video position is perfect in my pano in firefox
but on IPAD video position is not perfect
Video is shifted by a few pixels only ipad
thanks for help
-
hi andrey
i make this
<action name="boucle">
for(set(i,2), i LT 10, inc(i), txtadd(var1,photo,get(i));
wait(2);
add(var2,get(i),1);
add(var3,get(i),2);
txtadd(var2,photo,get(var2));
txtadd(var3,photo,get(var3));
trace('var=',var1,var2,var3);
tween(plugin[get(var1)].scale, 4, 0.7); <!--tween1 -->
tween(plugin[get(var2)].scale, 2, 0.7,default,set(plugin[get(var3)].visible,true);wait(0.5)); <!--tween2 -->
);
</action>but tween 1 dont work
i wouldlike tween 1 and tween 2 at the same time and when are finish start this set(plugin[get(var3)].visible,true)thanks
-
sorry it's works now
it's possible to make loop vith value variable
for(set(i,0), i LT 20
textdd(var1,image,get(i));
set(plugin[var1].visible,true);
wait 3;
textdd(var2,image,add(get(i),2);
set(plugin[var2].visible,true);
set(plugin[var1].visible,false);
set(plugin[var2].visible,false);
);i don't knows if is works ?
-
hi,
i would like the action 2 when action1 finish
<action name="action1">
tween(plugin[to].scale, 3, 2,default,action2());
</action><action name="action2">
set(plugin[to2].visible,true)
</action>thanks,
-
Hi Klaus,
i have test with a video but is not perfect
http://www.numrec.fr/images/stories/dev/maurice/maurice.html
is works because my video is small
the video is very dificulte to make it because the perspective of the video is different from the perspective of the pano
i make pano i shot 3 photos and i make cubic pano and the front face cubic pano is deformed (prespective)
when i shoot video is not deformed perspective then is very dificulte to make video in pano
how do I make the video so that it has the same perspective as that of the cubic Photosorry for my english
crom
-
hi Klaus ,
flv video is good with effect distorted not in mp4
Video no distoreted mp4

video distoreted mp4
i don't undrestant why is not workbest regards,
crom -
-
Hi
i have test exemple with the red car but i have a pb
hotspot.width = 583 *
1000 / 1900 = 306.842105hotspot.height = 332 * 1000 / 1900 = 174.736842
hotspot.ox = 662 * 1000 / 1900 - 500 = -172.631578 but the result is = -151,578947368
hotspot.oy = 941 * 1000 / 1900 - 500 = -4.736842
my hotspot not aligne perfect
this caculate works with all size of cube ?
-
hi
i have picture vertical linear cubic how converte to spherique ou cubicthanks
-
good it's work perfect
is object works on ipad ?
thanks
crom
-
hi Klaus,
ok this solution is ok but it's not work for me because
i have 18 picture for my object N1
i see picture number 1 object N1 and un load another xml object N2 i see picture number 1 it's good
but
i see pecture number 5 objetc N1 and un load another xml object N2 i see picture number 1 i'ts not good
i want to see picture number 5 object N2set(val,01)
<hotspot onclick="action(add(val, 1);)" />
<cylinder url="val.tiles/%0f/l5/%0v_%0h.jpg" />but i don't know how var do it
have you tuto for explain my how var make this ?best regards
crom1 -
-
Hi,
is possible to make hotspot to object 360 to show text or picture?
thanks
-
hi,
i have litle solution for look in goodreader
make your visite in iframe with title text when you want exit click it
i do it when i want local demo turn ipad if title text not see for exitHTML
Display More<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html40/strict.dtd"> <html> <head> <title> DEMO</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8"> </style> </head> <body> <h1 style="text-align:center;">demo tour</h1> <iframe src="tour.html" width="1024" height="768" frameborder="0"> </iframe> </div> </body> </html> -
Hi,
very good , on ipad2, the help picture is very big scale and is very dificulte to click close picture and texte botton
is is possible to have title in thumbnails ? -
Hi
i would like animation start boutton and animation stop boutton
if i click on plugin animation start but if click bstart button , not work
help please
Code
Display More<plugin name="move" style="v1" onclick="action(hotspot_animate)" /> <hotspot name="btstart" ath="0" atv="0" url="b1.png" onclick="action(hotspot_animate)" /> <hotspot name="btstop" ath="10" atv="10" url="b2.png" onclick="breakall(hotspot_animate)" /> <style name="v1" url="hotspots/anime.png" crop="0|0|161|68" framewidth="161" frameheight="68" frame="0" lastframe="7" /> <action name="hotspot_animate"> inc(frame,1,get(lastframe),0); mul(ypos,frame,frameheight); txtadd(crop,'0|',get(ypos),'|',get(framewidth),'|',get(frameheight)); delayedcall(0.1, hotspot_animate() ); </action> -
thank you for reply
is it possible to create an action variable ?in xml
<plugin name="boutonload" url="images/commun/load.png" align="righttop" x="35" y="30" keep="true"
onhover="tween(scale,1.1)" onout="tween(scale,1)" />in AS3
var press= krpano.get("plugin[boutonload].onclick");
if (press == true)
press = false;
goto frame 1
else
press = false;i'm begin in AS3 the code is good
