I found a preaty cool loader that had been made for flash player 7.
I,m trying to use it in flash player 8 but ther is some part of the script that gets wrong interpretated.
i mention that the loader works perfectly in flash 7
here are the line’s with the problem:
_root.loader.timeRemaining= value= int(Remaining) add "'s Remaining " add Received2 add “/” add Total2 add Format;
_root.loader.PercentLoaded3 = int(Percentage) add “%”;
Can anyone help me please!