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?
|
feedback
|
|
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. | |||||
feedback
|