I dont seem to be able to edit my post:
Here is the code i meant:
getImage = "http://thegamesdb.net/banners/boxart/original/front/931-1.jpg"
local img = display.loadRemoteImage( getImage, "GET", networkListener, "helloCopy.png", system.TemporaryDirectory, 50, 50 )
if img == nil then
print("no image")
--Update on this row ;)
getImage = "http://thegamesdb.net/banners/boxart/original/front/931-1.png"
display.loadRemoteImage( getImage, "GET", networkListener, "helloCopy.png", system.TemporaryDirectory, 50, 50 )
else
display.loadRemoteImage( getImage, "GET", networkListener, "helloCopy.png", system.TemporaryDirectory, 50, 50 )
end
Build 704 here too. [import]uid: 24111 topic_id: 21710 reply_id: 86199[/import]