HTML5 download progress

If I have 5 javascript files and each of different sizes and the same with CSS, is it possible to show a progress bar in real time when loading scripts / css?

I know this is not possible in HTML4 and will require Flash / Silverlight. But can I achieve this in HTML5? If so, how would I do it?

I want to show text such as β€œDownload,” and as each script / css loads in real time, each letter of the download should begin with a fill. I am not asking for any code. I just want a high-level concept as possible.

Thank.

+5
source share
1 answer
+3

All Articles