I want to display an image using a sprite object, and the source of the image is a dynamic url which is a HTTP Get request. The response of the GET is binary datas. Can I use AJAX? or use sprite's Load image from URL to get the image? and how can I handle the response?
p.s. The GET URL is cross domain.
Any one can help me? thanks a lot.
[Solution]
1. Via php script get the remote image binary datas, and save it to local server as jpg or png etc.
2. Use sprite's Load image from URL to display that image.