Image

Scene Loading

Hey, I just found this community and I have a little bit of a problem I hope someone here can help me with.

I'm working on a very large interactive flash movie (over 10 megs. 300 JPG images). To make it easier for the viewer, I've encorporated Scene Loading, so it waits until all the frames in the particular scene (Ive broken the gallery into 7 areas which are the 7 scenes) before playing it.

My problem is I personally can't stand waiting for something to load with no idea of its progress. Does anyone know how I can code a Progress bar or percentage for just the data loading in the scene? I can create a progress bar for the data of the entire movie, but i'd like to have it be [Loaded Data] / [Total Scene Data] for a percentage.

Thanks in advance to whoever can give me any help or a tutorial.