I made a small application that uses XML Data Feed from weather.com and displays weather forecast in mobile device. XML Data Feed is parsed in server with PHP and server sends variables back to Flash Lite 1.1 application.
Application uses txt-file where cities are listed, so you can edit it and put there your favourite cities!
Txt-file format:
&city1=FIXX0001,Espoo&city2=FIXX0002,Helsinki&city3...
You have to determine your favourite cities Location ID's (for example Helsinki):
http://xoap.weather.com/search/search?where=helsinki
It will return Location ID with XML:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<search ver="2.0">
<loc id="FIXX0002" type="1">Helsinki, Finland</loc>
</search>















