Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
auto-weather forecast html/flash
Name: Charles Date: October 17, 2003 at 12:56:13 Pacific OS: win 2000 pro CPU/Ram: 1.6ghz p4, 512mb
Comment:
I’m building a community website and forum with dreamweaver mx for the municipal authority of my local town. I was wondering if there’s a free flash application or html code that would allow me to put a small section on the main site showing the town’s current weather conditions which would update automatically sort of like "my yahoo" or whatever it’s called. Any ideas?
I wrote one in PHP parsing the data of weather.com, my script provides the cloud coverage, temperature, UV Index, Dew Point, Humidity, Visibility, Pressure, Wind Direction. It also provides the 10 day forecast and saves the doppler radar images into an archive database with the above information indexed by the date.
The catch is your ISP or server will have to support PHP. Otherwise you will need to use javascript or another language. In a quick search on google... I came across a site that may be of interests for you:
Summary: i guess so, the javascript got messed up. even without stripping the html code, just reassigning the str to innerhtml mess up the auto-update eg. html=ie.document.body.innerhtml ie.document.body.inner...
Summary: I think the problem might be that you have two sets of body tags in the frameset definition file. Remove the outer set. This is our I have it written for my brother's site. <frameset frameborder=...
Summary: Got link? Post the link to the html page and to the swf. DYI : If you saved the project file you can open it/ publish it and an html page will be generated for you along with the swf. Open in notepad ...