loadMovie question
loadMovie question
Out of context: Reply #3
- Started
- Last post
- 6 Responses
- nearestexit0
Ya, I'm not sure if I'm explaining this correctly.
Let me try again.
I have my main .SWF file that upon pressing a button within it will load an external .SWF file into a blank Movie Clip.
The external .SWF file runs fine when I play it by itself (that is if I don't load it into another movie).
When I load the external .SWF file into the main .SWF file, the external .SWF does not work. I'm guessing it has to do with the paths I set-up.
However, I don't want to go back and rewrite all the script for the external .SWF file.
So, my question is, is there some way to load an external .SWF file into a main .SWF file and not worry about what paths (absolute or relative) that I've set up and have that file work?
Any ideas?