Checking flash file upload using javascript

Is there a way to check how many flash files (down) are loaded on a page before it is shown? Our team did not include a download indicator inside the flash file because the swf file is being downloaded by our client. Is there some property on xmlhttprequest that we can use to indicate how much has been loaded? Or any other suggestion to indicate the loaded percentage on the screen?

thank

+1


source to share


1 answer


Do you have control over the file upload in the browser? I have a theory that you can create a second flash movie that will load the clients movie into it and during this process you can show a progress bar.



Flash supports loading external .swf files, take a look here to see how.

+3


source







All Articles