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
How I get a Picture from my Webspace into my App
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: How I get a Picture from my Webspace into my App
Looks like I got it!
Image > Object Inspector > Source > your webspace
greetz
Image > Object Inspector > Source > your webspace
greetz
Re: How I get a Picture from my Webspace into my App
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

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