Scott’s routine worked for me too. It’s worth checking where the spaces and 
returns there are in his test, I had to edit it from the email version. I also 
just tested in the multiline message box. For testing in a button, in LiveCode 
8, you have to declare the variable as well. This was the whole button script:

on mouseUp

local theURL

put 
"http://s3.amazonaws.com/appforest_uf/f1496548544475x140387106221169240/grilled_cheese_on_plate.jpg";
 into theURL

put url theURL into url ("binfile:" & specialFolderPath("desktop") & 
"/DLimage.jpg")

end mouseUp


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to