Ask a Question related to Macromedia Director Basics, Design and Development.
-
aznparkranger webforumsuser@macromedia.com #1
How to script a forecast?
Hi! I'm trying to find out if it's possible to create a direct link to a director file to show real time weather forecast. I found the information on displaying time and date which helps, but am still trying to learn the basics. Our instructor doesn't know much about the program, which is why I'm looking here for help.
We're trying to develop an interactive kiosk, with information on local weather. Is there a way to develop a script to access weather information from an internet site and display it like one can display the system time and date?
Thanks.
Referring URLs
[url]www.weather.com[/url]
aznparkranger webforumsuser@macromedia.com Guest
-
6.1 script not working on 7.0 server. Script used towork!
I've a problem with some coldfusion 6.1 scripts running on a server with coldfusion 7. It seems that it isn't accepting the hidden type for the tag... -
application that takes ip and spitsweather forecast xml
i know i know this isnt the right place. but the frontend will be all in flash so im wondering if anyone knows where i can start. i need to find an... -
ksh script - Preventing multiple runs of a particular script
I am having trouble with a ksh script I am writing. I need to make sure that the script is not already running when it is kicked off in cron. ... -
Web Service to get the weather forecast
anybody Knows where can I find Web Service to get the weather forecast for all Worldwide Countries thanks in advance -- -
Execute shell script from a perl script
Hi, How can I executed a Unix shell script from a Perl script. The shell script is a dump of a oracle table to a file. The perl script is for... -
JB #2
Re: How to script a forecast?
Big time applications would probably have server side code cooridinated
with director, perhaps with director getting an XML data set with
getNettext function.
One possible work-around kluge
After subscribing to [url]www.weather.com[/url] Magnet service, I assume you can
get formatted weather report from a specfic url.
( you could have director send a bowser to that address, that's another
story...)
Using getNetText you can get the source to that 'Magnet' page, then set
the html of a text member to the collected text, this action makes
director render a text only version of the web page using a primative
subset of html, that you can then parce with string functions to extract
number s from fixed locations within the page.
like I said it would be klugey...
JB Guest



Reply With Quote

