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
|
onstart="play_intro();"
<layer name="map" type="container" align="center" width="100%" height="100%">
<layer name="scrollarea" url="%SWFPATH%/plugins/scrollarea.swf" alturl="%SWFPATH%/plugins/scrollarea.js" align="center" width="2560" height="1440" direction="all" preload="true" zorder="1">
<layer name="mapimage" url="maps/pinel.jpg" align="center" zorder="1" onloaded="loadingpercent_stoploading();set(layer[background_loading].visible,false);">
<layer name="pinel_ponton" style="layer360" image="map_spots/pinel_ponton.jpg" tooltip="Ponton arrivée" ttparent="layer[pinel_ponton]" x="919" y="827" onclick="activatespot(pinel_ponton);loadpano(pinel_ponton.xml, null, MERGE, BLEND(1));hidemap();js(track(pinel_ponton));"/>
<layer name="pinel_snorkeling" style="layer360" image="map_spots/pinel_snorkeling.jpg" tooltip="Snorkeling" ttparent="layer[pinel_snorkeling]" x="1008" y="1058" onclick="activatespot(pinel_snorkeling);loadpano(pinel_snorkeling.xml, null, MERGE, BLEND(1));hidemap();js(track(pinel_snorkeling))"/>
<layer name="pinel_resto" style="layer360" image="map_spots/pinel_resto.jpg" tooltip="Le Karibuni" ttparent="layer[pinel_resto]" x="836" y="631" onclick="activatespot(pinel_resto);loadpano(pinel_resto.xml, null, MERGE, BLEND(1));hidemap();js(track(pinel_resto))"/>
<layer name="pinel_viewpoint1" style="layer360" image="map_spots/pinel_viewpoint1.jpg" tooltip="Point de vue" ttparent="layer[pinel_viewpoint1]" x="1238" y="1023" onclick="activatespot(pinel_viewpoint1);loadpano(pinel_viewpoint1.xml, null, MERGE, BLEND(1));hidemap();js(track(pinel_viewpoint1))"/>
<layer name="pinel_viewpoint2" style="layer360" image="map_spots/pinel_viewpoint2.jpg" tooltip="Point de vue" ttparent="layer[pinel_viewpoint2]" x="1633" y="369" onclick="activatespot(pinel_viewpoint2);loadpano(pinel_viewpoint2.xml, null, MERGE, BLEND(1));hidemap();js(track(pinel_viewpoint2))"/>
<layer name="pinel_viewpoint3" style="layer360" image="map_spots/pinel_viewpoint3.jpg" tooltip="Point de vue" ttparent="layer[pinel_viewpoint3]" x="913" y="397" onclick="activatespot(pinel_viewpoint3);loadpano(pinel_viewpoint3.xml, null, MERGE, BLEND(1));hidemap();js(track(pinel_viewpoint3))"/>
<layer name="pinel_sauvage" style="layer360" image="map_spots/pinel_sauvage.jpg" tooltip="Plage" ttparent="layer[pinel_sauvage]" x="1162" y="397" onclick="activatespot(pinel_sauvage);loadpano(pinel_sauvage.xml, null, MERGE, BLEND(1));hidemap();js(track(pinel_sauvage))"/>
<layer name="pinel_plage" style="layer360" image="map_spots/pinel_plage.jpg" tooltip="Plage" ttparent="layer[pinel_plage]" x="1334" y="807" onclick="activatespot(pinel_plage);loadpano(pinel_plage.xml, null, MERGE, BLEND(1));hidemap();js(track(pinel_plage))"/>
<layer name="activespot" url="%SWFPATH%/caribskin/icons/activespot.png" align="lefttop" edge="bottom" visible="false" zorder="10"/>
</layer>
</layer>
</layer>
<layer name="textinfo" keep="false" url="%SWFPATH%/plugins/textfield.swf" align="right" autowidth="auto" autoheight="auto" background="true" backgroundcolor="#000000" backgroundalpha="0.6" border="false" shadow="0" textshadow="0" width="50%" x="-50%" padding="20 20 20 20" roundedge="5" css="p{color:#ffffff; font-family:arial; font-size:14px;} h1{margin-left:40px;color:#ffffff; font-size:30px;}" html="" zorder="4" onclick="tween(x,-50%,2);set(plugin[showinfos].visible,true);tween(plugin[showinfos].alpha,1,2)"/>
<action name="play_intro">
set(layer[textinfo].html,data:pineltext);
tween(layer[textinfo].x,0,2);
</action>
<data name="pineltext">
<h1>l'île Pinel</h1>
<p>L’ilet Pinel se trouve au Nord Est de Saint Martin. C’est l’un des endroits le plus visité de Saint Martin. Pourquoi? L’ilet Pinel est considéré comme une bonne destination pour le snorkeling, comprenez nager avec palmes-masques-tuba. C’est aussi un paradis pour les amateurs de kayak et de stand up paddle. Pinel est situé au coeur de la Réserve Naturelle de Saint Martin. L’ilet Pinel est accessible avec un ferry, mais aussi en kayak ou en stand up paddle à partir de Cul de Sac. L’histoire prétends qu’un certain Capitaine Pinel y trouva refuge après avoir été forcé de quitter l’île de Saba. Mythe ou réalité, l’îlet Pinel est une superbe destination pour s’évader du monde moderne.</p>
|