Is it possible to download a picture and use it inside app ?
I usually do it with Download Object and Active Picture but since none of them is supported I assume is another way with GET Object and Active Object.
Thank you.
Printable View
Is it possible to download a picture and use it inside app ?
I usually do it with Download Object and Active Picture but since none of them is supported I assume is another way with GET Object and Active Object.
Thank you.
I don't think the Get object supports anything beyond text downloads from the internet, but if it does:
+Whenever
Get object: Get http://examplesite.com/myimage.png
+Get object: On complete
-iOS Single-Line Editbox: Set text Received$("Get object")
-iOS Single-Line Editbox: Save to file "temp.png"
-Active object: Animation>Load frame: Load "temp.png" into frame 0, animation 0...
-iOS Single-Line Editbox: Destroy
-Delete temp.png?
... You do know that MMF uses null terminated strings, right?Quote:
Originally Posted by SortaCore
So is there a way to download online image ?
Not in this version.
Thanks Francois.
Can any iOS extension developer PM me and tell me for how much will they develop a Download extension ?
Be sure to contact me and to make a deal before starting to work on it.