Hi, Welcome to my FLASH multilevel menu ( full customizable ) You can take a look of the final result, launching menus.swf I developed this solution translating from a previous solution of mine made with DHTML You can see the DHTML solution at work at http://clientes.netvisao.pt/eduardo and you can see the Flash solution at http://clientes.netvisao.pt/eduardo/FLASHtangram/ The objective of these 2 solutions is to integrate Flash and DHTML pages in an hibryd Site with a uniformized navigation System STEP 1: Edit APImenusBase.as and define your menus as the examples there. As you see, one Menu as 3 properties: 1) Name: Name of the Menu 2) Layout: vertical or horizontal 3) Type: fixed or flutuante ( floating ) ( in the example, only the first menu is fixed ) Each menu is composed by Items and each Item as 3 properties: 1) Description that appears in run time 2) The Link for onother page 3) Call for another Menu So: One Menu = ( 3 properties by Menu ) + NumberOfItems * ( 3 properties by Item ) STEP 2: One rule must be obeyed: If we want one Menu to call a submenu, than the Submenu Name must be prefixed by the Parent menu name. Example: MENU3 calls MENU3_1 and also calls MENU3_2 STEP 3: When you finished these 3 Steps, you must edit menus.fla ( MUST BE WITH FLASH RELEASE 5 ) in order to: change the button template ( if you want to ), But be carefull not to delete any code, and try not to change the dimensions of the Menu Item Template or umpredictable results will occur. You will see, how the .FLA file is so very simple! This is because all the Logic is at the 3 external ActionScript files Than you must PUBLISH the Flash file in order to Reassemble your customized Menus FINAL STEP: The final Step consists in integrate the menus.swf in your other Flash Movies In order to do so, you must copy menus.swf to the directory where resides your other Flash Movie. Than you edit the .FLA of your movie and put in frame 1: loadMovie("menus.swf",1) That's all. That's how I integrated my MenuSystem in my Tangram Flash Puzzle at: http://clientes.netvisao.pt/eduardo/FLASHtangram/ I hope you enjoy this. eduardo.jacob@netvisao.pt http://clientes.netvisao.pt/eduardo