No, the main swf is loading swf's from a remote server. I've since figured out my issue of not being able to call global functions in the main.swf Rather than setting them as global and calling them (variables as well as functions) I have to set them as standard variables and functions and call them using _root.functionName();