I have an Array of string which represents links. I want to display them in a list and make them work like links. How do I do that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could create a list with LinkButton as the itemRenderer. You would also need to add event listeners to the list to actually do navigation. Use navigateToURL to run the link. MXML for the list:
Then in the actionscript part (Or you could set this in the MXML too if you’d like).