I’m loading in a .swf file using loadMovie(), but the .swf being loaded has a fscommand(“fullscreen”, true); command on it’s first frame and it’s forcing my main file to launch fullscreen too.
Is there any way to prevent this? I don’t have the original file so I can’t remove the fullscreen command.
Any help is greatly appreciated!!!