I want to place loader in middle of the movie.
For example My movie is of 20 frames.I want to display some animation in first 3 frames than in next 2 frames I want to place loader and I want my loader to check for remaning frames (from frame 6 to 20).
How can I do this?
do you want to loop the first three frames of your movie, until the point at which your whole movie is loaded? , or do you want to play three frames, stop, and then continue when the movie is loaded?
I want to play three frames, stop, and then continue when the movie is loaded.