Show Weather in Flash

1.9k Views Asked by At

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?

2

There are 2 best solutions below

0
On BEST ANSWER

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

2
On

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.