Hello,

I have a field "MediaFileLink", the content is a URL to an image on a web
server like "http://myServer/myPath/myImage.jpg";

this works in IDE:

*set the filename of img "productimage" to field "MediaFileLink"*

This works not in IDE:

*put URL ("binfile:" & field "MediaFileLink) into image "productimage"*

Also not hard coded:

*put URL ("binfile:http://myServer/myPath/myImage.jpg";) into image
"productimage"*

I get as a result "can't open file"

 

Any idea, why those images can't be opened by LiveCode with the keyword URL
(I am not aware of having locked those images on the server) and why it
works by setting the filename?

Thanks

Tiemo

 

 

 

 

_______________________________________________
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