How to get bitmapData from an Image control

Hello

Can someone help me understand this. I know I can use the "embed" tag to get the MXML compiler to associate a .jpg file with a class and then create a BitmapAsset object - and exit at his 'bitmapData '.

I am loading files from a server dynamically .jpg using the Image control. I don't think that the Image control has a property 'bitmapData '. How to get a BitmapAsset of an Image control?

Those of you guys informed here searching to help noobs - ty much in advance.

the Image control was a parameter called the content that you can access only if the crossdomain.xml allows...

This parameter is a Bitmap and contains the Bitmap bitmapData class...

Tags: Flex

Similar Questions

  • How to get assistance from mozilla to answer questions for windows when I use a macintosh computer

    How to get assistance from mozilla to answer questions for windows when I use a macintosh computer?

    Look on the right side of the knowlegde base articles, where it is said ' help to ". Here, you can change the operating system and the version of firefox. The content of the article will adjust.

    If you ask a question on the help forum, you can simply say this in your question.

  • How people get viruses from Facebook and how to avoid it?

    I wondered how people get virus from Facebook, what are the best way to avoid these, and what are the symptoms of these?

    Thanks in advance.

    Welcome to the Microsoft Answers Ted site.

    The only way you can get a virus from Facebook is by clicking on a bad link. Be always careful with links on which you click, especially of foreigners who are not your friend on Facebook. If you find a link TinyURL (not a bit.ly link), copy (click the link, press Ctrl + C) then paste (click on the address bar, then press Ctrl + V), but add "Preview". (without the quotes, including the period) before the rest of the link. Then, you can see a preview of where you're going. After that, you can continue or go back.

  • Got a legal question about the installation of Adobe Photoshop Elements.  How to get help from Adobe using a chat session?

    Got a legal question about the installation of Adobe Photoshop Elements.  How to get help from Adobe using a chat session?

    AdobeTomFaith

    If your program is Photoshop Elements, then you have posted in the wrong forum. Some how your son got posted in the Forum Adobe Premiere elements (video editing). Please re-post your thread in the Adobe Photoshop elements Forum.

    Photoshop Elements

    Wherever your son is, please include Adobe Photoshop Elements version and operating system and the description of the installation problem (error messages, stage of failure, etc.)

    Support Adobe seems to be limited to Adobe cat and is classically limited to the current version which is 13. Then, you the best avenue to success is likely to be through the Adobe Photoshop elements Forum. But that shouldn't stop you trying to determine what kind of support you can get from Adobe cat on your question.

    I would offer this link that is specific for Adobe Chat download and installation

    Contact the customer service (this is not the same destination as shown in a previous post in your thread)

    This link is specifically designed for

    Photoshop Elements

    Download, installation, setting up

    Download and installation

    Panel discussion

    (18:00 - Friday 7 pm Sunday)

    Thank you.

    RTA

  • During the import of my camera or a file in Lightroom 5 my pictures are too exposed by 1-2 stops, while they are well exposed on the screen of the device. How to get the "right-exposed images on the screen?

    During the import of my camera or a file in Lightroom 5 my pictures are too exposed by 1-2 stops, while they are well exposed on the screen of the device. How to get the "right-exposed images on the screen?

    There is an option in your Lightroom preferences, under the general tab, "treat JPEG files next to raw in form of images". If you have this option is checked, then Lightroom will import and view your first two and JPEG files. You use the active D-lighting on your camera? If you are, you must disable this feature.

  • How to get information from web interface tables

    Hello

    How to get information from web interface tables

    as in the forms... Go to help-> Diagnostics-> review
    Block = SYSTEM field is LAST_QUERY.

    Kind regards.

    Salvation;

    Please see the paragraphs below:

    How to determine the Table and the name of the column to a field in a form in 11i [ID 259722.1]
    How to find the query that succeeded recently? [241628.1 ID]

    Respect of
    HELIOS

  • How to get pictures from my phone to computer

    original title: pictchers of my phone on computer

    How can I get pictures from my phone and put it on my computer

    Hi richardosbaldeston,

    If your phone comes with a USB cable, you can use it to connect to your computer. Your computer should recognize the phone as a storage device. You should then be able to go to start > computer > devices with removable storage. Open the unit and access images. These are the General steps. For more specific measurements for your phone, display the brand and model of the phone or manual/website of the manufacturer.

  • How to get data from excel

    Hello world

    How can I get data from excel inside my program? I'm using labview 8.2. I have tried to find the solution for this but seems that the solutions are not suitable. Can someone help me? Thank you.

    Hi jieah,

    Inside of the attachment nijams don't you see this?

    read_excel_values. LLB

  • Does anyone know how to get data from a web service of Labview with ajax or JSON?

    Hello

    I try to use ajax and json to service Web restful which I build with the labview. However I get errors

    For example. I create a web service from a labview vi (z = x / y http://localhost: 8080/math/divide/5/20 will give {Z: "4,000,000"})

    I get errors for the attached html files.

    Does anyone know how to get al labview WebService with ajax or json data?

    Thank you... Eran


  • How to get the actual size of control?

    How to get the real size control when the preferred width/height is not defined but control have size which are automatically evaluated (for example contaier with the disposal of the battery)?

    Try the LayoutUpdateHandler: https://developer.blackberry.com/cascades/reference/bb__cascades__layoutupdatehandler.html

  • How to get data from a database table and insert into a file

    Hello
    I'm new to soa, I want to create an xml with the data from database tables, I'll have the xsd please suggest me how to get the data in the tables and insert in a file
    concerning

    in your bpel process, you can use the db adapter to communicate with the database.
    with this type of adapter, you can use stored procedures, selects, etc to get the data from your database into your bpel workflow.

    When did it call in your bpel to the db adapter process it will return an output_variable with the contents of your table data, represented in a style of xml form.

    After that, you can use the second card (a file synchronization adapter) to write to the content of this variable in output to the file system

  • How to get data from one or several times of perticuler dates

    (1) how can we get data from one or more dates perticuler.
    for example. date of 01/01/2011 and time is 00:00:00 to 23:59:59

    and

    (2) how can we get data from one or more dates perticuler.
    from date 01/01/2011 to 01/02/2011 date and time e.g. is from 00:00:00 to 23:59:59.

    can we?

    Hello

    Use a WHERE clause to include only certain lines.
    For example:

    SELECT     *
    FROM     table_x
    WHERE     dt     BETWEEN TO_DATE ( '01/01/2011 00:00:00'
                        , 'DD/MM/YYYY HH24:MI:SS'
                        )
              AND     TO_DATE ( '01/01/2011 23:59:59'
                        , 'DD/MM/YYYY HH24:MI:SS'
                        )
    ;
    

    In this example, the first date (before the keyword AND) and second (after the keyword AND) lie on the same calendar day. It's just a coincidence, they can be on different dates.
    The first date must not be later than the date of the second; If this is the case, you will get 0 found lines.

    I hope that answers your question.
    If not, post a small example of data (CREATE TABLE and only relevant columns, INSERT statements) for all tables and also post the results desired from these data.
    Explain, using specific examples, how you get these results from these data.
    Always tell what version of Oracle you are using.

  • How to get groupeditems from a document?

    Hello

    can someone tell me how to get the items grouped from a document?

    Thank you

    Vijay.

    Hello vijay,.

    IDataBase * db =: GetDataBase (doc);
    IUIDIterator * iter = db-> NewUIDIterator();

    for (UID uid = iter-> First(); uid! = kInvalidUID; uid = iter-> Next())
    {
    UIDRef uidRef (db, uid);
    If (Utils()-> IsGroup (uidRef))
    {
    //...
    }
    }

    DB-> DeleteUIDIterator (&iter);)

    Sergiy.

  • How to get the name of the control rappelling, fucntion

    in my sampleGUI.h it has this value

    PANEL_LOGO 60

    ...

    I have a callback as function below:

    sample CVICALLBACK int (int Panel, int controlID, int event, void * callbackData, int evenData1, int Data2 event);

    The controlID value is 60

    In this callback function, how to get back the name of constant PANEL_LOGO?

    Thank you

    Thank you, Luis

  • How to get the 'description' of a control property if the control is a part of the cluster?

    Hi, dear all

    LV offers the possibility to work with the property 'description' of the individual control of the VI. The use of knots of property: reference VI > front propert > control [] property > Description.

    Unfortunately, I found a way to set or get the description of a control if it's a part of the cluster =)

    Could someone suggest the idea?

    Thanks in advance,

    Max

    interesting problem, I tried, take a look.

    your

    RZM

Maybe you are looking for

  • don't automatically load pages

    I use Chrome for 12 FF (got tired of him constantly crashing); now try 16.seems pretty stable BUT... with Chrome, I had set it up as default browser, a shortcut in the start menu and ready to open 5 tabs at startup (it loads while I go outside to hav

  • Store alu 1 TB - 8.3 filenames

    OS: Windows Vista Home Premium SP2PC: Laptop HP 6735 s Yesterday I finally have unboxed my StorE alu 1 TB and started to copy files from my portable 250 GB Medion drive-and-Go for it. Some files and folders have now received the old as 8.3 file names

  • window on windows xp Installer - cannot install Windows updates

    original title: window on windows xp Installer I have windows xp.  Windows Installer does not and will not install updates to microsoft security is

  • How do I selectively disable undesirable aspects of Windows' DEP application?

    Too much of my legitimate website op access is stopped by DEP, including efforts to update my contact list to my ISP service based on Yahoo email account.  You will need to find a way to tame this app - am actually lose information that I enter syste

  • What are the cards Radeon HD 6450 will work in a 620 Inspiron?

    I recently bought a MSI R6450-MD1GD3/LP for an Inspiron 620.  Well as I understand that the Radeon HD 6450 is a graphics card supported for the Inspiron 620, my PC won't start when I have this installed card - fans (including one on the graphics card