Keresés

Részletes keresés

bodiroger Creative Commons License 2011-07-05 21:06:20 12364

köszi, kipróbálom!

A hozzászólás:
v_sanya Creative Commons License 2011-07-05 19:44:34 12362

Például:

<!--
    krpano 1.0.8
    - introimage example
    - show an image during loading and fades it out 2 seconds after loading was done
    - clicking on the image will remove it too
-->

<krpano version="1.0.8">
    <image>
        <cubestrip url="pano.jpg" />
    </image>
   
    <events onloadcomplete="delayedcall(2, hideintroimage() ); set(events.onloadcomplete,null);" />  
    
    <plugin name="introimage"
            url="introimage.png"
            align="center"
            onloaded="set(alpha,0); tween(alpha,1.0);"
            onclick="hideintroimage();"
            />
    
    <action name="hideintroimage">
        if(plugin[introimage].enabled,
            set(plugin[introimage].enabled,false);
            tween(plugin[introimage].alpha, 0.0, 0.5, default, removeplugin(introimage));
          );
    </action>

</krpano>

Előzmény:
bodiroger Creative Commons License 2011-07-03 21:59:42 12361

Tudtok nekem abban segíteni, hogy kell képet beszúrni a krpanoban addig, amig betölti  panorámát? 

 

Esetleg olyanban, hogy ha a panoráma egy részletére kattintok ott megváltozzon a kép részlete?

Ha kedveled azért, ha nem azért nyomj egy lájkot a Fórumért!