Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 |
<plugin name="thumbnails"
url="as3Thumbsforkrpano.swf?TheXML=gallery1.xml"
align="leftbottom"
keep="true"
x="330"
y="-42"
scale="0.9"
zorder="100"
/>
|
|
|
Source code |
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 |
<images>
<thumboptions>
<ScrollSpeed>25</ScrollSpeed>
<thumbW>120</thumbW>
<ThumbPadding>15</ThumbPadding>
<ShownThumbs>5</ShownThumbs>
<ThumbOffset>-100</ThumbOffset>
<thumbH>60</thumbH>
<InitialAlpha>.2</InitialAlpha>
<font_type>Geneva</font_type>
<font_size>15</font_size>
<font_alpha>1</font_alpha>
<font_color>0xffffff</font_color>
</thumboptions>
<pic>
<thumb>XXX/restaurant2.jpg</thumb>
<panoToLoadXml>s1</panoToLoadXml>
<about>Restaurant 1</about>
</pic>
</image>
|
This post has been edited 1 times, last edit by "Shanti" (Mar 26th 2009, 11:03am)
This post has been edited 2 times, last edit by "Tuur" (Mar 23rd 2009, 4:37pm)
maybe I should rename it to <krpanoaction> ...
This post has been edited 1 times, last edit by "Shanti" (Mar 25th 2009, 4:20am)
|
|
Source code |
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 |
<krpano version="1.0.7" onstart="action(restaurant_jardí);"> <display details="25" movequality="LOW" stillquality="HIGHSHARP" /> <plugin name="logo" url="logo.png" keep="true" align="lefttop" x="0" y="20" alpha="0.5" onover="tween(alpha,0.8);" onout="tween(alpha,0.5);"/> <plugin name="thumbnails" url="plugins/as3Thumbsforkrpano.swf?TheXML=./gallery1.xml" capture="false" keep="true" align="left" y="20"/> <textstyle name="DEFAULT" font="Arial" fontsize="10" border="false" background="false" textcolor="0xFFFFFF" effect="glow(0x000000,0.7,4,2);dropshadow(2,45,0x000000,3,1);" /> <textstyle name="hotspotstyle" font="Arial" fontsize="12" border="false" background="false" textcolor="0xFFFF00" textalign="center" effect="glow(0x000000,0.7,4,2);dropshadow(4,45,0x000000,4,1);" /> <plugin name="openfs" url="botones/btn_openfs.jpg" visible="true" align="rightbottom" edge="rightbottom" y="10" x="10" blendmode="screen" onhover="showtext(Enter[br]Fullscreen,hotspotstyle);" onover="set(blendmode,add);" onout="set(blendmode,screen);" onclick="set(fullscreen,true);" /> <plugin name="closefs" url="botones/btn_closefs.jpg" visible="false" align="rightbottom" edge="rightbottom" y="10" x="10" blendmode="screen" onhover="showtext(Exit[br]Fullscreen,hotspotstyle);" onover="set(blendmode,add);" onout="set(blendmode,screen);" onclick="set(fullscreen,false);" /> <events onenterfullscreen="set(plugin[openfs].visible,false); set(plugin[closefs].visible,true);" onexitfullscreen="set(plugin[openfs].visible,true); set(plugin[closefs].visible,false);" /> <action name="restaurant_jardí"> loadpano(panos/restaurant/jardi/jardi.xml,null,KEEPALL,BLEND(1)); lookat(-182,5,90); wait(blend); </action> <action name="restaurant_1"> loadpano(panos/restaurant/rest_1/rest_1.xml,null,KEEPALL,BLEND(1)); lookat(0,5,90); wait(blend); </action> <action name="restaurant_2"> loadpano(panos/restaurant/rest_2/rest_2.xml,null,KEEPALL,BLEND(1)); lookat(-58,5,90); wait(blend); </action> <action name="restaurant_3"> loadpano(panos/restaurant/rest_3/rest_3.xml,null,KEEPALL,BLEND(1)); lookat(50,5,90); wait(blend); </action> </krpano> |
|
|
Source code |
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 |
<?xml version="1.0" encoding="utf-8"?> <images> <thumboptions> <ScrollSpeed>25</ScrollSpeed> <thumbW>150</thumbW> <ThumbPadding>20</ThumbPadding> <ShownThumbs>5</ShownThumbs> <ThumbOffset>-100</ThumbOffset> <thumbH>70</thumbH> <InitialAlpha>.2</InitialAlpha> <font_type>Wide Latin</font_type> <font_size>15</font_size> <font_alpha>1</font_alpha> <font_color>0xffffff</font_color> </thumboptions> <pic> <thumb>../thumbs/rest_01.jpg</thumb> <panoToLoadXml></panoToLoadXml> <about>Restaurant Jardí</about> </pic> <pic> <thumb>../thumbs/rest_01.jpg</thumb> <panoToLoadXml></panoToLoadXml> <about></about> </pic> <pic> <thumb>../thumbs/rest_01.jpg</thumb> <panoToLoadXml>restaurant_2</panoToLoadXml> <about></about> </pic> <pic> <thumb>../thumbs/rest_01.jpg</thumb> <panoToLoadXml>restaurant_3</panoToLoadXml> <about></about> </pic> </images> |
This post has been edited 1 times, last edit by "spasmos" (Mar 25th 2009, 12:35pm)
This post has been edited 2 times, last edit by "Shanti" (Mar 26th 2009, 11:03am)