|
|
Source code |
1 2 |
<plugin name="showgallery" url="showgallery.png" autopos="bottom,0,20" visible="true" alpha="1" onclick="action(showgallery);" /> <plugin name="hidegallery" url="hidegallery.png" autopos="bottom,0,20" visible="false" alpha="1" onclick="action(hidegallery);" /> |
|
|
Source code |
1 |
<plugin name="gallery" url="" visible="false" alpha="0" /> |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<action name="showgallery">
freezeview(true);
tween(plugin[logo].alpha,0,distance(1,0.15),,set(plugin[logo].visible,false));
set(plugin[showgallery].enable,false);
tween(plugin[showgallery].alpha,0,distance(1,0.15),,set(plugin[showgallery].visible,false));
set(plugin[hidegallery].enable,true);
set(plugin[hidegallery].visible,true);
tween(plugin[hidegallery].alpha,1,distance(1,0.15));
set(plugin[gallery].url,simpleviewer.swf?xmlDataPath=panos/hafen/gallery.xml);
set(plugin[gallery].visible,true);
tween(plugin[gallery].alpha,1,distance(1,0.15));
</action>
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
<action name="hidegallery">
tween(plugin[gallery].alpha,0,distance(1,0.15),,action(closegallery));
</action>
<action name="closegallery">
set(plugin[gallery].visible,false);
freezeview(false);
set(plugin[logo].visible,true);
tween(plugin[logo].alpha,1,distance(1,0.15));
set(plugin[hidegallery].enable,false);
tween(plugin[hidegallery].alpha,0,distance(1,0.15),,set(plugin[hidegallery].visible,false));
set(plugin[showgallery].enable,true);
set(plugin[showgallery].visible,true);
tween(plugin[showgallery].alpha,1,distance(1,0.15));
</action>
|

Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.com
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.comLocation: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.comLocation: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.comLocation: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.com|
|
Source code |
1 |
align="center" |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<action name="showgallery">
freezeview(true);
tween(plugin[logo].alpha,0,distance(1,0.15),,set(plugin[logo].visible,false));
set(plugin[showgallery].enable,false);
tween(plugin[showgallery].alpha,0,distance(1,0.15),,set(plugin[showgallery].visible,false));
set(plugin[hidegallery].enable,true);
set(plugin[hidegallery].visible,true);
tween(plugin[hidegallery].alpha,1,distance(1,0.15));
set(plugin[gallery].url,images.swf?xmlDataPath=images.xml);
set(plugin[gallery].visible,true);
tween(plugin[gallery].alpha,1,distance(1,0.15));
</action>
|
|
|
Source code |
1 |
<plugin name="gallery" align="center" ... /> |
|
|
Source code |
1 |
set(plugin[gallery].align,center); |