Hi guys, I wanted to use AJAX method to get progress time instead of Load URL image from Sprite, it didn't work to me.
CAPX
There is my PHP script:
<?php
header('Access-Control-Allow-Origin: *');
header('Content-Type: image/jpg');
readfile('http://flamma-beta.com/HTML5/asuka.jpg');
?>
Any ideas?
Thanks!