I've dabbled in Flash before, but now I have a professional animation to do so I need to do some catching up.
I managed to set up a 20 frame preloader scene which loops until the main scene has loaded, then plays the main scene and stops. No problem there.
But when the user returns to or refreshes the HTML page, the 20 frame preloader plays once before the main scene even though the main scene is loaded. I don't want this to happen.
Also is there a way to have the animation not play on a refresh or revisit, just sit on the last frame if it has been played before.
Thanks.