My link looks exactly like yours, and the file is located in the AppData/Roaming/WeatherWatcher/Skins/Forecast/MySkin folder.
When I click the link nothing happens; just nothing. Though if I put into HREF any web URL like
http://google.com it opens a new browser window with this URL.
Something different happens in Map Manager...
When I create a new map and make the Map Link look like this
Code:
http://image.weather.com/web/flash/FMMain.swf?lat=38.69&long=-121.08&viewPortWidth=900&viewPortHeight=600&initialWeatherLayerType=radar&initialZoomLevel=5&wxAnimateOnStart=true
it works fine, but if I create a file map.html in my skin folder with
Code:
<iframe src="http://image.weather.com/web/flash/FMMain.swf?lat=38.69&long=-121.08&viewPortWidth=900&viewPortHeight=600&initialWeatherLayerType=radar&initialZoomLevel=5&wxAnimateOnStart=true"></iframe>
and put a link to it in the Map Link field, it shows a javascript error with the message "Invalid character" and does not show the contents of the iframe, but it DOES show everything else in the map.html.
Does anybody have any idea what is going on?
