Help would be greatly appreciated.

I have created a series of educational activities, each of which is a seperate flash / swf file.

I would now like to be able to create a menu from which these seperate files can be accessed.

I am really struggling to understand how to reference the files and bring them together as a project.

I have created a new flash file called menu, in which are a number of buttons that I hope to link to the different existing files (eg game1.swf game2.swf etc.)

But how do I call these files from the menu?

I have tried putting the files together in a project (menu.fl, game1.swf, game2.swf etc) but cannot figure out what to put in the menu.fl buttons eventlistener.

I had hoped this would do it:

PHP Code:
level1btn.addEventListener (MouseEvent.CLICKplaygame1)
function 
playgame1(event:MouseEvent):void {game1.swf.gotoAndPlay(1)} 
but alas no.

Do I need to specify the file path of game1? Should I reference it as game1.fla?

As you can probably tell I am completely new to this, and would really appreciate guidance.

Thanks