Embed Weather Map Widget

Embed Weather Map Widget

Finally got this to work, after adding a new widget, custom html

US Weather Map

<embed src="http://image.weather.com/web/flash/FMMain.swf" width="600" height="400" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true"></embed>

With internet connectivity, it auto updates every 5 minutes.

Here is another one which will focus on your location based on latitude and longitude.

<html>
<head>
<title>Weather</title>
</head>
<body>
<center>
<object width="600" height="400">
<param name="movie" value="http://image.weather.com/web/flash/FMMain.swf?&lat=11.11&long=-22.2&viewPortWidth=600&viewPortHeight=400&initialWeatherLayerType=radar&initialZoomLevel=6&wxAnimateOnStart=true">
<embed src="http://image.weather.com/web/flash/FMMain.swf?&lat=11.11&long=-22.2&viewPortWidth=600&viewPortHeight=400&initialWeatherLayerType=radar&initialZoomLevel=6&wxAnimateOnStart=true" width="600" height="400"></embed>
</object>
</center>
</body>
</html>


























                  New to ADSelfService Plus?