thinkpixellab / PxLoader

PxLoader is a simple JavasScript library for creating preloaders and resource downloaders for HTML5 apps.
http://thinkpixellab.com/pxloader
1.11k stars 173 forks source link

Download progress bar with cross domain #28

Open sagarquad opened 10 years ago

sagarquad commented 10 years ago

Want to show downloading progress bar ,I'm downloading file and script from cross domain,and want to show progress of download,Here I'm download file with ajax and script file with document.write and giving src to it. But didn't succeed with ajax,although on same domain it is working,