Whoops! You're right... "binfile:" it is... Ken
On 5/6/11 7:59 PM, "Phil Davis" <[email protected]> wrote: > That should be "binfile:" instead of "file:", right? > > Phil > > > On 5/6/11 5:28 PM, Ken Ray wrote: >>> I am displaying a static map from Google in an image object. How do I save >>> a >>> copy of this map to a local PNG file so I can display it again without >>> access >>> to the Internet? >> Here you go: >> >> put img 1 into url ("file:/path/to/my/file.png") >> >> or >> >> put the text of img 1 into url ("file:/path/to/my/file.png") >> >> Either one works (since "the text" is implied in the first example). >> >> >> Ken Ray >> Sons of Thunder Software, Inc. >> Email: [email protected] >> Web Site: http://www.sonsothunder.com/ >> >> >> >> _______________________________________________ >> use-livecode mailing list >> [email protected] >> Please visit this url to subscribe, unsubscribe and manage your subscription >> preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode >> Ken Ray Sons of Thunder Software, Inc. Email: [email protected] Web Site: http://www.sonsothunder.com/ _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
