Setting image source of fld char to remote URL

hh hh at hyperhh.de
Sat Jul 22 16:28:50 EDT 2017


Of course you can get the display in a browser widget by
setting the htmltext alone if you give the image source
_directly_ (as part of the htmltext) as base64 encoded data.

<img src="data:image/jpeg;charset=utf-8;base64,<encodedData>" />"
[After LC-base64-encode replace linefeed with empty in the data.]




More information about the use-livecode mailing list