I have created a site that consists of my main SWF file and the other pages are loaded in on top as seperate SWF files using a blank MC. This works fine except for 2 of them, which are a video viewer and an image viewer.
For the video viewer, the user needs to select a video from a combo box and this is loaded in to the screen using a blank MC. However, when the SWF file is loaded within my main site the combo box doesn’t work. Yet if I open the file outside of my main site it works fine. The same applies to the image viewer, except the images can’t be seen. They are loaded from a seperate folder outside of the SWF file, but it works fine on it’s own. Am I right in thinking that I’m having problems because they are loaded in to blank MC’s and these files are loaded in to the blank MC on the main site?
How can I get around this? Do I need to add any extra AS? I’m using MX 2004.
Thanks