Was wondering if this is possible.
I've embedded a SWF file in a HTML file. When this SWF file is loaded, clicking on one of the buttons will load another SWF file into the first SWF file's movie clip container.
With the second SWF file running and the first (still running in the background), the user can click a button in the second SWF file and this will load another SWF file into the second's movie clip container.
The problem is, I can't get the third SWF to load. My intention is to create a website fully in Flash. To create multiple SWF files instead of one BIG SWF file.
Summary:
HTML contains SWF1(splash page)
SWF1 runs and calls SWF2(menu)
SWF2 runs and calls SWF3(menu item)
SWF2 runs and calls SWF4(menu item) and ends SWF3(menu item)
etc...
By the way, I've got all the files in the same directory.
I've embedded a SWF file in a HTML file. When this SWF file is loaded, clicking on one of the buttons will load another SWF file into the first SWF file's movie clip container.
With the second SWF file running and the first (still running in the background), the user can click a button in the second SWF file and this will load another SWF file into the second's movie clip container.
The problem is, I can't get the third SWF to load. My intention is to create a website fully in Flash. To create multiple SWF files instead of one BIG SWF file.
Summary:
HTML contains SWF1(splash page)
SWF1 runs and calls SWF2(menu)
SWF2 runs and calls SWF3(menu item)
SWF2 runs and calls SWF4(menu item) and ends SWF3(menu item)
etc...
By the way, I've got all the files in the same directory.