|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
<plugin name="info09pano01"
url="../plugins/textfield.swf"
devices="desktop|tablet"
children="true"
align="lefttop" x="50" y="50" width="500" height="50"
zorder="2"
html="Thank you for your visit! Enjoy your tour ! [a href='openurl(http://www.annecypanoramique.com,_blank);'][u]Let us know, if you like it ![/u][/a]"
css="text-align:left; color:#FFFFFF; font-family:Arial; font-size:14px;"
autoheight="true"
vcenter="false"
background="true"
backgroundcolor="0x000000"
backgroundalpha="1"
border="true"
bordercolor="0x000000"
borderalpha="1"
borderwidth="20.0"
roundedge="0"
keep="false"
visible="false"
handcursor="false"
/>
|
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »hub« (26. Januar 2014, 12:21)
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
<plugin name="info09pano01"
url="../plugins/textfield.swf"
devices="desktop|tablet"
children="true"
align="lefttop" x="50" y="50" width="500" height="50"
zorder="2"
html="Thank you for your visit! Enjoy your tour ! [a href='event:openurl(http://www.annecypanoramique.com/,_blank);' style='color:#FFFFFF;'][u]Let us know, if you like it ![/u][/a];"
css="text-align:left; color:#FFFFFF; font-family:Arial; font-size:14px;"
autoheight="true"
vcenter="false"
background="true"
backgroundcolor="0x000000"
backgroundalpha="1"
border="true"
bordercolor="0x000000"
borderalpha="1"
borderwidth="20.0"
roundedge="0"
keep="false"
visible="false"
handcursor="false"
/>
|
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »hub« (28. Januar 2014, 13:33)
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
<krpano version="1.17">
<view hlookat="0" vlookat="0" maxpixelzoom="1.0" fovmax="150" limitview="auto" />
<preview url="pano01.tiles/preview.jpg" />
<image type="CUBE" multires="true" tilesize="512" progressive="false">
<level tiledimagewidth="3183" tiledimageheight="3183">
<cube url="pano01.tiles/mres_%s/l3/%v/l3_%s_%v_%h.jpg" />
</level>
<level tiledimagewidth="1536" tiledimageheight="1536">
<cube url="pano01.tiles/mres_%s/l2/%v/l2_%s_%v_%h.jpg" />
</level>
<level tiledimagewidth="768" tiledimageheight="768">
<cube url="pano01.tiles/mres_%s/l1/%v/l1_%s_%v_%h.jpg" />
</level>
<mobile>
<cube url="pano01.tiles/mobile_%s.jpg" />
</mobile>
</image>
<hotspot name="hs-info09pano01"
url="images/hs-info.png"
devices="all"
keep="false"
ath="78.7" atv="3.9"
zoom="false"
scale="0.6"
visible="true"
zorder="2"
alpha="1"
smoothing="true"
onover="tween(scale,0.8,0.3);"
onout="tween(scale,0.6,0.3);"
onclick="action(show-info09pano01);"
/>
<hotspot name="hs-info09pano01bis"
url="images/hs-info-bis.png"
devices="all"
keep="false"
ath="78.7" atv="3.9"
zoom="false"
scale="0.6"
visible="false"
zorder="2"
alpha="1"
smoothing="true"
onover="tween(scale,0.8,0.3);"
onout="tween(scale,0.6,0.3);"
onclick="action(hide-info09pano01);"
/>
<plugin name="info09pano01"
url="plugins/textfield.swf"
devices="all"
children="true"
align="lefttop" x="50" y="50" width="500" height="50"
zorder="2"
html="Thank you for your visit! Enjoy your tour ! [a href='event:openurl(http://www.annecypanoramique.com,_blank);' style='color:#FFFFFF;'][u]Let us know, if you like it ![/u][/a];"
css="text-align:left; color:#FFFFFF; font-family:Arial; font-size:14px;"
autoheight="true"
vcenter="false"
background="true"
backgroundcolor="0x000000"
backgroundalpha="1"
border="true"
bordercolor="0x000000"
borderalpha="1"
borderwidth="20.0"
roundedge="0"
keep="false"
visible="false"
handcursor="false"
/>
<plugin name="off-info09pano01"
url="plugins/textfield.swf"
devices="all"
parent="info09pano01"
align="righttop" edge="center" x="-10" y="-5" width="20" height="20"
zorder="4"
html="X"
css="text-align:left; color:#FFFFFF; font-family:Arial; font-size:14px;"
vcenter="false"
background="true"
backgroundcolor="0xFFFFFF"
backgroundalpha="0"
border="true"
bordercolor="0xFFFFFF"
borderalpha="0"
borderwidth="20.0"
keep="false"
visible="true"
onclick="action(hide-info09pano01);"
/>
<action name="show-info09pano01">
set(plugin[info09pano01].visible,true);
set(plugin[off-info09pano01].visible,true);
set(hotspot[hs-info09pano01bis].visible,true);
set(hotspot[hs-info09pano01].visible,false);
</action>
<action name="hide-info09pano01">
set(plugin[info09pano01].visible,false);
set(hotspot[hs-info09pano01bis].visible,false);
set(hotspot[hs-info09pano01].visible,true);
</action>
</krpano>
|