hi there…
I need some tips how to preload this:
I’ve made buttons which loads external txt files into textBox (HTML render);
Those txt files contains text and pictures, like <img src="…"> (HTML tags);
Also, there are some links like <a href="asfunction:…>
I’ve made preloader and it displays bytes total for txt files only.
Is it possible to make preloader which will calculate the size of a txt file,
and the size of image from image tags inside that txt file?
//thx…