Traditional Culture Encyclopedia - Weather inquiry - English weather forecast in China.

English weather forecast in China.

Both flash and flex can be done. There is a ready-made data interface for weather forecast. It seems that there is an address of webservice, which provides national weather forecast and city information.

In flash, you can use the URLLoader class to access the webservice address of this weather forecast information to obtain data. In flex, it is more convenient. With the ready-made WebService, you can check the relevant documents and get familiar with the use of WebService. As long as you can get the data, everything will be easy.

First, make a map of China, where each province is a button or component, or make swc to import flex, and add a mouse-over listener. Each city is a button or component or swc, and also add listeners.

There is a lot of work to be done, and each province, city and county should deal with it separately.