This may be a stupid question, but I am new to Flash, hence the stupidity. The problem here is that I have made a simple loader (by following an online tutorial). Its called loader.swf. Now this works fine for the first main swf. But I want this loader to be called in every time an external swf is loaded.
This is how my website works, home.swf is loaded first, called from the complete frame of the loader. Now within home.swf there are three buttons, which load separate external swfs each.
For example when you click on about button, it loads about.swf. Now I want to call the loader here, as the swf is heavy, but where do I insert the code and how do I link it to the loader??? I know I may be missing something very basic, but any help will be appreciated.