How do I get the thumbnail of an asset? I've tried using 'http://www.roblox.com/Thumbs/Asset.ashx?width=110&height=110&assetId=', in non-json decoded, and normal, and none of them work. Does anyone know how to do it?
If you set the Texture
or similar property of something that displays an image to
http://www.roblox.com/Thumbs/Asset.ashx?width=110&height=110&assetId=1818
...you'll see that the image appears. So, if you're having a further problem, you might be implementing something wrong in your code.