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


--
Phil Davis

PDS Labs
Professional Software Development
http://pdslabs.net


_______________________________________________
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

Reply via email to