I just created a page to show an image using livecode. I created an the image path first, with this code:
put "localhost/windy.png" into iconPath
And then, show the image with this code:
put url("binfile:" & iconPath)
But, gives blank page..
Need your help..