I need to create a function that allows the user to enter a name via a text field in Flash. Once entered the name should then be checked against a known list of ten names. If the name string is empty the user should be prompted for name. If the name is valid then a message indicating a match was found should be printed and the user should be prompted to see if they wish to enter another name. If neither of these two conditions exists then a message should be printed indicating that the name cannot be found and therefore is not valid and the user should be prompted to enter another nameI need to create a function that allows the use