I have project which includes main menu and several levels (pages), all based on Starling Framework. I want to separate pages from the main application to keep logic, views and effects in external swfs.
Example: App Menu where user may choose different game (puzzle, pingpong, chess ...), pages ("Options", "About"). Those components has nothing to do with each other so I dont want to make one giant project. What is the best practise to separate those pages and load them to main app?