Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Got 10.1.2?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Got 10.1.2?
Authored by: Anonymous on Jul 25, '02 07:23:07PM
* open script editor * type this: do shell script "curl www.npr.org/atc3.smil > ~/Desktop/atc3.smil; open ~/Desktop/atc3.smil" * save as application et voila! (or okay, you can use the apple methods, but they're a touch more annoying:) tell application "URL Access Scripting" download "http://www.npr.org/atc3.smil" to ((path to desktop as string) & ":atc3.smil") replacing yes set the_file to the result end tell tell application "RealOne Player" activate open the_file end tell

[ Reply to This | # ]