Hi,
I have first.swf which checks screen resolution and accordingly goes to the right label and loads the right sized swf. The problem here is that the loader is within the file which is being loaded, so it does not show and the screen remains blank till the file loads.
The same thing happens when I make the loader an external file, and add a loadMovie(actualfile.swf). It plays the loader till the loader.swf is loaded and then goes blank while actualfile.swf is loading.
This is a weird problem I am facing, so any help or suggestions on what I blatantly ignoring here, would be most welcome.
Wat I am basically trying to do is very simple. Load the right swf depending on screen resolution, and play the loader while the file loads.