I know I have created this before (just don’t remember how I did it). So if someone can help it would be appreciated.
Much of the content on my website is via loadMovie (.swf) to a createEmptyMovieClip (in my main movie). I know how to do that.
What I would like is that once the loadMovie has taken place if the user happens to re-click the same button (while the loadMovie is still loaded) that it does not reload again.
Just to make sure that I am being clear here: In other words, the loaded movie has not been unloaded. It is still there, loaded up on my main movie. The way it is right now if the user happens to re-click on the same button that loaded the movie it will unload and reload again. I am (pretty) sure that there is a way to keep that from happening. I just don’t recall how.
Thanks.****