I am make misprint when type start topic Source code 1 <layer name="q1" type="container" align="lefttop" x="400" y="400" width="100" height="100" bgcolor="0x111111" bgalpha="1" onclick="trace(aaa);" /> in code above events dont fired - verified Source code 1 <layer name="q1" type="container" url="thumbnail/panorama1_thumbnail.jpg" align="lefttop" x="400" y="400" width="100" height="100" bgcolor="0x111111" bgalpha="1" onclick="trace(aaa);" /> but if I am add url - all work properly why this happe...
Quoted for(set(i,0), i LT scene.count, inc(i), set(scene[get(i)].onstart,"showtext(get(title), style1);"); ); is existis in krpano somthing type modificator this? in tag all scnes is attribute "title" need after call loadscene show text from this "title" for specific scene Quoted showtext(get(title), style1); how too in first parameter showtext to address to current scene and his title?
Source code 1 <layer name="menuBar" keep="true" type="container" align="leftbottom" width="50" height="100%" x="0" y="0" bgalpha="0.7" bgcolor="0xFFFFFF"> onclick="trace(LLL);" </layer> event onclick in code below dont fired but if i am set url parametr on image event called why is this happening?
this code work properly after click image changed Source code 1 <layer name="menubar" keep="true" type="container" align="leftbottom" width="50" height="100%" x="0" y="0" bgalpha="0.7" bgcolor="0xFFFFFF"> <layer name="menubutton" url="%SWFPATH%/images/menu-icon.png" align="lefttop" x="2" y="5" onclick="set(layer[menubutton].url,'%SWFPATH%/images/cross.png');" /></layer> code below onover work properly but onclick responce after first click dont work (image dont changed) after second click and fu...
have the task task implemented in separate xml file need save/protect namespace variables that with include this script don't broke any other code in tour how too do this