Preloading Problems

Hi,

I have a main FLA called AsteroidsGame.fla.

I also have an AsteroidsGame.as file which implements the game’s structure by adding library items like the main menu, the player, and obstacles to the stage.

I don’t want to use an external preloader because I need to upload the swf somewhere and I dont have any servers available.

How can I have a preloading screen with a title and graphics that loads my content, and then proceeds to run the main AsteroidsGame class in AsteroidsGame.as so that the game can begin as per usual.

I’ve looked up tutorials and posted on forums but I always seem to have a problem with the preloader not being displayed until the content is 100% loaded.

Thanks in advanced for any help. :joker: