Embed Flash Yahoo Weather in your page with Yahoo APIs
2009-10-20 00:00:00 来源:WEB开发网Line 7: Declaring a new weather service
Line 10: Getting the weather for my city code in metric values. You can pass metric or english
Line 11: Adding a listener waiting for the weather to be loaded
The following lines are just placed to output some event results… let’s see them all:
event.data.current.astronomy.sunrise: The date and time of current date’s sunrise
event.data.current.astronomy.sunset: The date and time of current date’s sunset
event.data.current.atmosphere.humidity: Current humidity
event.data.current.atmosphere.visibility: Current visibility
event.data.current.atmosphere.pressure: Current pressure
event.data.current.atmosphere.rising: Current pressure differential (”rising”, “dropping” or “steady”)
event.data.current.description: Current conditions description
event.data.current.temperature: Current temperature
event.data.current.imageURL: URL of an image corresponding to current conditons
event.data.current.code: Current condition code… you can use it to load your own weather icons… try to Google for Yahoo weather icons
event.data.location.city: The city where the weather is being reported.
event.data.location.region: The region where the weather is being reported.
event.data.location.country: The country where the weather is being reported.
- ››FLASH不等于运算符!=的使用实例
- ››FLASH不全等运算符!==
- ››FLASH字符串分隔符运算符
- ››FLASH% 模运算符
- ››Flash+、++、+= 加法运算符
- ››Flash, 逗号运算符
- ››flash中的-、--、-=减法运算符
- ››Flash的-Infinity 常数、.点运算符、/ 除法运算符...
- ››Flash两种注释方法/*..*/ 和// 注释行分隔符运算符...
- ››Flash的/=除法赋值运算符、=赋值运算符、== 等于运...
- ››Flash之?: 条件运算符、^ 按位 XOR 运算符、^= 按...
- ››Flash的_framesloaded代码示例
更多精彩
赞助商链接