I am using flash 5 and a template that the company I work for wants to use for their web-site. it has a dynamic drop down menu. However the main menu .html links work but the drop down items do not.
could you please take a look at the code and let me know what the problem may be
Thank you in advance
Marvin Sanders marvinsanders@parrmedia.com
NM_Element_1_Name = "About";
NM_Element_1_Summary = "This is who we are.";
NM_Element_1_URL = "About/About.html";
NM_Element_1_numberOfElements = 0;
NM_Element_2_Name = "Clients";
NM_Element_2_Summary = "A listing of our clients.";
NM_Element_2_URL = "Clients/Clients.html";
NM_Element_2_numberOfElements = 0;
NM_Element_3_Name = "Portfolio";
NM_Element_3_Summary = "This is what we do.";
NM_Element_3_URL = "Portfolio/television.html";
NM_Element_3_numberOfElements = 3;
NM_Element_3_1_Name = "Television";
NM_Element_3_1_Summary = "Examples of our latest television Productions.";
NM_Element_3_1_URL = "Portfolio/Television.html";
NM_Element_3_2_Name = "Radio";
NM_Element_3_2_Summary = "Check out some our latest radio Productions.";
NM_Element_3_2_URL = "../Portfolio/Radio.html";
NM_Element_3_3_Name = "Print";
NM_Element_3_3_Summary = "Here are some examples of are print work.";
NM_Element_3_3_URL = "Portfolio/Print.html";
//end of menu coding*************************** Stop **