Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 665429
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T23:42:25+00:00 2026-05-13T23:42:25+00:00

I want to display a png with flex’s builtin image component. There’s a specific

  • 0

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.

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T23:42:26+00:00Added an answer on May 13, 2026 at 11:42 pm

    This is easy. See the online Adobe documentation on positioning.

    <mx:Image id="img0" 
                source="@Embed('logo.jpg')" 
                x="40" y="40"/>
    

    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

    import mx.controls.Image; 
    
    public function SetImageProperties(url:string, x:int, y:int) : void {
       var imageLoader:Loader = new Loader();
       var image:URLRequest = new URLRequest(url);
       imageLoader.load(image);
       addChild (imageLoader);
       imageLoader.x = x;
       imageLoader.y = y;
    

    }

    Use a loop/Repeater component for multiple images.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a image that I want to display a DIV on the bottom
I've got an image that I want to display as it does on the
I want to display Image,Title name,and two left right buttons. That I have done
I am very new to wpf. I want to display an Image and a
I have a few HTML pages that I want to display in a Flex
Say I have an image like this: <img src=someimage.png alt=Image /> I want to
I want to open two png image files and display them side by side
Help needed! I have 10 different .png files and i want to display them
I want to display the image in navigation bar instead of a back button
i have a report that is attached to a query i want to display

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.