Hello,
I have created a progress bar using AS2 before but I only vaggly remember how I know that it involes using some code that deals with percentages but other then that I don't remember how to do it and I really don't remember how to apply it to my my .swf. and have it appear in my HTML page. Can somebody point to a really good tutorial on this or refresh my memory?
My flash file was created using AS2 in Flash CS3
Thanks in advance
you are going to want to use getBytesLoaded/getBytesTotal x100 (something like that) and use it to change the xscale property of a movie clip from 0-100. This will give you the effect of a loading bar.