Hi all,
I'm trying integrate web api ads. I get JSON response, for example:
[{"adimageheight":768,"adimageurl":"http:\/\/addeals.s3.amazonaws.com\/campaigns\/pub8\/1024x768_hangman_test.jpg","adimagewidth":1024,"adtrackinglink":"http:\/\/ads.addealsnetwork.com\/AdDeals\/Tracking\/Redirect?aid=696&akey=0PIIO9XJOC6Z&oapi=1&fcp=1&deviceID=&advertiserUDID=USER_DYNAMIC_ADVERTISING_ID&dmodel=&os=8.1&cid=775&mop=&conn=CELLULAR_UNKNOWN&creativeID=264&usragent=&usrid=1&adw=1024&adh=768"}][/code:9rg7fx35]I parse this json with json plugin and get image URL ("adimageurl"), but I can't load image in sprite from this url, why?
But this image open in browser and can invoke download. How i can solve this problem?