Hi,
I have created several movie clips that acts like radio buttons. Each button contains certain information that will be used to formulate a query and to search a database. I know for radio buttons there is a setData method for me to set the data value, however how do I do that for a movieclip?
I am actually trying to build a search engine. the user will click on these buttons to tell the search engine what to search for. they may click up to 5 buttons, and each contain a certain value to be searched in the database. how should I do all of these? do I put all the values in an array to search through the database?
hope to hear from someone soon....
Thank you for your help.