barrowman
03-27-2003, 03:50 PM
I feel very dumb asking this, but if I load a swf into another layer of the main movie, how can I get feedback on how much of it is loaded?
ie
bytesleft = "Please Hold. There are approximately "+(Math.floor ((((layer10.getBytesTotal())-(layer10.getBytesLoaded()))/1024))) + " kilobytes left to load.";
Just forgotten one or two little things and I wonder if anyone can put me on the right track...
ie
bytesleft = "Please Hold. There are approximately "+(Math.floor ((((layer10.getBytesTotal())-(layer10.getBytesLoaded()))/1024))) + " kilobytes left to load.";
Just forgotten one or two little things and I wonder if anyone can put me on the right track...