Page 1 of 1

How I get a Picture from my Webspace into my App

Posted: Sun Aug 18, 2013 2:15 pm
by illtys
Hey guys,

I am completly new in LiveCode. I watched the tutorials but i couldn't find anything to this topic. I want to create a simple Android app where a picture I uploaded on my webserver will be shown in this app. So i will be able 2 switch it for example every week.

greetz

Re: How I get a Picture from my Webspace into my App

Posted: Sun Aug 18, 2013 2:43 pm
by illtys
Looks like I got it!

Image > Object Inspector > Source > your webspace

greetz

Re: How I get a Picture from my Webspace into my App

Posted: Sun Aug 18, 2013 7:06 pm
by Klaus
Yo! :-)

or by script:
...
set the filename of img "your image here..." to "http://www.server.com/folder/image,jpg"
...

And welcome to the forum! :-)


Best

Klaus