Yes, this was a challenge for me too but I found out how. Open Main.as then on line 32: add the appropiate link to the website url(address) where you would like the user to go to. The corresponding menu items are on the above line (line 31) above it:
For example:
31:menu_array=new Array(menu_mc.item1_mc,menu_mc.item2_mc, and so on.
32:links_array=new Array('http://yourwebsiteurl.com', 'http://yourweburl.com, . . . and so on
mc_menu.item1=home (or whatever you have it labeled)
mc_menu.item2=services(or whatever you have it labeled) These correspond to the libray items in the fla file.
Hope this helps.
