PDA

View Full Version : Help with flash weather plugin


africano
10-10-2011, 05:57 PM
Ive followed all the instructions but I still get an error trying to use this flash weather app in one of my panos.....

It says error loading config file.....which is the xml file from the app.

Ive looked at the firebug info (flash) but cant see where I might be going wrong, can someone have a look, maybe you will spot my problem!

http://www.elchevirtual.com/panoport/rio_madrid/

theres the link.

uudu
10-10-2011, 07:03 PM
Use it as spot. Then it should work.

uudu

africano
10-10-2011, 07:37 PM
As a spot?? what as a spot?

I think its not loading the xml file.......Ive loaded the weather.swf app as a layer and it loads but I think it fails to load the xml which I have declared as this:

<weather>

XMLFile=files/myconfig.xml

</weather>

can you explain?

uudu
10-10-2011, 07:52 PM
Do not put is as layer. Instead use -

<spot id="weather" url="weather.swf" static="1"staticX="-350" staticY="100" salign="cc" align="cc"visible="1" depth="120" blockMouse="1"/>

It see the xml file by itself. There is no need to define it (but you can).
One thing more - put it in folder beside html file.

uudu

africano
10-11-2011, 08:30 PM
Do not put is as layer. Instead use -

<spot id="weather" url="weather.swf" static="1"staticX="-350" staticY="100" salign="cc" align="cc"visible="1" depth="120" blockMouse="1"/>

It see the xml file by itself. There is no need to define it (but you can).
One thing more - put it in folder beside html file.

uudu

It sort of worked...but now it stopped working and doesnt load the xml file...may be it just doesnt work with this flash app?

thanks anyways!