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?

link|improve this question

52% accept rate
feedback

1 Answer

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.

link|improve this answer
I found this link which is ok but I`m not sure about the icons for "Cloudy , Rainy ... " . Any suggestion? – Katax EmperorKatax Apr 14 '11 at 7:18
I'm not sure I understand your question. Looking at this url : 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 8:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.