HI
i am creating the dynamic xml menu drop down menu in flash ,
1) CreateMainMenu --- used to create the m ain
menu..........
2) getEmpDetailsFrmXML ------- used to load the xml file...
3) GenerateMenu ------ used to genereta the menus.. in run
time ....
but in the GenerateMenu when user roll over the main menu
it'll check whether is there any submenu is there or not
if it's available ,then it need to call this
GenerateMenu("submenu_mc", 110, 90, 500, node_xml); function
but it's not calling the function...... i tried to used some
sample function also like test() ... it also not working....
Can any help me to clear this issue....
~~SK