Hello Klaus, thanks a lot for taking the time to help, I really apreciate.
So the examples are visible here:
http://bubbleflash.fr/bourdel/bourdel.htm (normal but with all the files not embed)
http://bubbleflash.fr/bourdel/test2.swf (with the files embed and my radar problem)
Basically what I'm trying to do, it is to give something simple to a customer/friend . So that's why I'm trying to embed everything in one file, because so far I haven't been able to open a tour from a different location (which would be great too, because that'd be faster, you're trying to help me on that too here:
Open tour from a different folder and if that work, I wouldn't need to fix my radar problem anymore I guess... I need one or the other)
So here's what I did with the zorder command in my bourdel0.xml bourdel1.xml et bourdel2.xml files: but it is still not working...:S
<!--************** Début Plugin map à copier dans chaque page: "nomdemavisite0.xml" "nomdemavisite1.xml…etc….**********************-->
<plugin name="map" url="bourdeldata/map/map.png" keep="true" align="righttop" x="10" y="10" width="400" height="362" handcursor="false" onhover="showtext(Ouvrir/fermer le radar);" onloaded="set(plugin[map].width, 400);action(showmapspot);" onclick="action(closemap);" scalechildren="true" zorder="0" />
<plugin keep="true" name="mapspot0" handcursor="false" url="bourdeldata/graphics/spots/spot1.png" onhover="showtext(Aller dans le salon);" align="righttop" edge="center" parent="map" x="40%" y="35%" blingRepeat="false" onclick="action(closeglobalobjects);loadpano(bourdel0.xml);" zorder="1" />
<plugin keep="true" name="mapspot1" handcursor="false" url="bourdeldata/graphics/spots/spot0.png" onhover="showtext(Aller dans la chambre);" align="righttop" edge="center" parent="map" x="35%" y="30%" blingRepeat="false" onclick="action(closeglobalobjects);loadpano(bourdel1.xml);" zorder="1" />
<plugin keep="true" name="mapspot2" handcursor="false" url="bourdeldata/graphics/spots/spot0.png" onhover="showtext(Aller sur la terrasse);" align="righttop" edge="center" parent="map" x="40%" y="15%" blingRepeat="false" onclick="action(closeglobalobjects);loadpano(bourdel2.xml);" zorder="1"/>
<plugin keep="true" name="mapspot3" handcursor="false" url="bourdeldata/graphics/spots/spot0.png" onhover="showtext(Voir la cuisine);" align="righttop" edge="center" parent="map" x="80%" y="44%" blingRepeat="false" onclick="action(closeglobalobjects);action(closeallobjects);set(plugin[spot1object].visible,true);tween(plugin[spot1object].alpha, 1);" zorder="1"/>
<plugin keep="true" name="mapspot4" handcursor="false" url="bourdeldata/graphics/spots/spot0.png" onhover="showtext(Voir la salle de bain);" align="righttop" edge="center" parent="map" x="20%" y="60%" blingRepeat="false" onclick="action(closeglobalobjects);action(closeallobjects);set(plugin[spot2object].visible,true);tween(plugin[spot2object].alpha, 1);" zorder="1"/>
<!-- Début d'intégration du Radar -->
<plugin name="radar" url="plugins/radar.swf" heading="90" parent="map" fillcolor="0xFFFFFF" fillalpha="0.5" linecolor="000000" linewidth="1" linealpha="0.5" align="righttop" x="99" y="66" width="120" height="120" scale="1" zorder="2"/>
<!-- Fin d'intégration du Radar -->