Hi Malte, thanks, that worked. Perhaps an issue fort he docs Tiemo
-----Ursprüngliche Nachricht----- Von: use-livecode [mailto:[email protected]] Im Auftrag von Malte Brill via use-livecode Gesendet: Donnerstag, 26. Januar 2017 13:36 An: [email protected] Cc: Malte Brill <[email protected]> Betreff: Re: can't open file on web server Hi Tiemo, did you try the URL directly without using the binfile keyword? put URL „http://www.somServer/someImage.jpg <http://www.somserver/someImage.jpg>“ into img „myImage“ ? This works here. If you are using either the file or binfile keyword you are indicating file access to the engine, which might work with a UNC path, not if the protocoll for transmission is http though. Hope that helps, Malte _______________________________________________ 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 _______________________________________________ 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
