Hello everyone,
I am still new to flash and I am struggling with the concept of loadMovie. I have been searching and reading through the forums and was wondering if some one could clear this up for me. Below is a statment made by “pom” in a thread…
"If you use loadMovie, it means you’re loading in a clip. So if you load another movie in the same clip, it will automatically remove the previous movie. Actually, the same happens on levels.
pom "
If the above statement is true why are the buttons from the previous swf still clickable?
Am I doing some thing wrong, or is this just how it is?
Do I need to remove the previous swf if I am loading everything onto the same level or do I need to disable the buttons on the previous swf?
I am using swf’s like they are individual html pages. So whenever I load a new swf I want the previous swf to completely disapear. Right now I am using
on (release) {
_root.contents.loadMovie(“bio.swf”);
}
to load all my swf’s.
Any help would be greatly appeciated.
Christina