PDA

View Full Version : Trouble whith loader


vany
04-02-2009, 08:56 AM
i have a problem when i use FPP online, it doesn't load my panoram and write loading failed, but it's works in my computer when i'm not connected. Please have a look there : http://netimagie.fr/VV/GITEFLASH/Paulmy.swf. I use a Mac with Firefox but i tried on a PC and it doesn't works even out of connexion. Tell me if it's in my XML or if it's miss a file or my browser or my Hoster. Sorry for my bad english i'm french.

My XML :

----------------------
<?xml version = '1.0'?>
<panorama>
<parameters>


zoomHome = 0.7

layer_2 = files/hotspots.swf
layer_4 = files/menuFullscreen.swf
layer_3 = files/openFullscreen.swf
layer_1 = files/autorotator.swf


</parameters>

<autorotator>
speed = 0.04
interval = 30
pause = 2000
quality = High
</autorotator>

<hotspots>
<global onStart="external.autorotator.disabled=0" onOver="scale=1.1,600,elastic;depth+=20" onOut="scale=1,300;depth-=20" >

<spot id="info" static="1" salign="BC" staticX="-20" staticY="-200" url="images/black_i.png"

onClick="infoscreen.visible+=1"

/>



<spot id="full" static="1" salign="BC" staticX="300" staticY="-30" url="images/black_f.png"

onClick="fullscreen(-)"

/>

<spot id="infoscreen" url="images/imagie_logo.png" static="1" visible="0" onClick="visible=0" onOver="" onOut="" />

</global>
</hotspots>

</panorama>
----------------------