I want to display a png with flex’s builtin image component.
There’s a specific x, y that I want this image to be displayed.
How do I do it? I am pretty new to flex.
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.
This is easy. See the online Adobe documentation on positioning.
Of course you can choose not to Embed the image and load it directly from a different URL. I strongly recommend going through the API documentation.
And always refer to the documentation: ImageControl
Edit: Using the Image control in AS3 code
}
Use a loop/
Repeatercomponent for multiple images.