Accessing a movieclip from a static class

Hey, I’m having a little problem here. I’m working on a small networked game (server is written in C# ready to go). I’ve completed all of the networking classes utilizing xmlsockets (socket handling, packets etc). My issue is once you get to the login screen and attempt to authorize a packet is sent depending if your login has been accepted so if it has you delete the login movieclip and show the game movieclip but I can’t access it from my static class (it was created on the main stage). I’ve only been working with flash for a couple of days now, so any help is appreciated!