dome90uk
02-03-2009, 11:55 AM
Hi,
I have had some strange reports of my dynamic text within my preloader showing lots of decimal points when loading. This seems only to happen with slow internet connections !
Can anyone offer any advice as to why this is happening? code to calculate amountLoaded below:
amountLoaded = Math.round((ns.bytesLoaded*100)/ns.bytesTotal);
Any help appreciated, thanks.
I have had some strange reports of my dynamic text within my preloader showing lots of decimal points when loading. This seems only to happen with slow internet connections !
Can anyone offer any advice as to why this is happening? code to calculate amountLoaded below:
amountLoaded = Math.round((ns.bytesLoaded*100)/ns.bytesTotal);
Any help appreciated, thanks.