0

Problem is simple: I`m looking for tutorials or open source examples, for display weather in my application. As I search I found some Flex (MXML) applications but I want something more clear and easy to go. Do you know any link or any simple code?

Katax Emperore
  • 465
  • 1
  • 8
  • 29

2 Answers2

2

Hmm, yes there is an example here built with the Mate framework and it uses Yahoo weather API.

However I would suggest you that you learn instead how to use one of the 2 api you mentionned. First, look if there is any as3 wrapper for these API. If not, it's just a matter of knowing how to use the URLRequest class.

Florian F
  • 8,822
  • 4
  • 37
  • 50
  • I found this [link](http://weatherdoll.com/google-weather-api-flash.php) which is ok but I`m not sure about the icons for "Cloudy , Rainy ... " . Any suggestion? – Katax Emperore Apr 14 '11 at 07:18
  • 1
    I'm not sure I understand your question. Looking at this url : http://www.google.com/ig/api?weather=Paris, it seems you get enough information to know which icon you should display. – Florian F Apr 14 '11 at 08:01
1

Try following this tut. It should guide your way from creating a new file to having a finished weather app. Hope I helped :D

plin0009
  • 172
  • 12