How do you display a loaded picture ?

Hi,
I have a ByteArray variable which contains a JPEG picture and
I am looking for the best way to display it.
I have tried to feed it to an Image source by setting the
variable as bindable but the only result is the "broken image"
icon.
Cheers,
zimbatm

zimbatm,
What if you load the ByteArray into a Loader
(flash.display.Loader) using the loadBytes() method, and then set
the Image source to the Loader instance?
Peter

Similar Messages

  • Final Cut Pro X - How do you display filenames in picture slideshow?

    I am trying to create a slideshow with about 400 pictures and would like the filenames to be displayed to help identify the individual etc.
    These include old pictures that were scanned etc.
    is there a plugin available or some hidden submenu that will allow you to apply to all pics in the slideshow?
    Regards
    Everett

    I don't think there is as I too would like that capability.
    A few years ago I made a compromise by numbering every photo automatically  using Piero Fiorani's free Counter Display plugin.
    I then printed several sheets of A4 with the numbers and details of all the photos. So anyone viewing the slides coul pause, note the number and read the info off the sheets.
    It only works as long as all the slides have the same duration.
    The instructions for modifying it for slides are found near the bottom of this page:-
    http://web.mac.com/piero.fiorani/PieroF_FCE_Effect/Counter_Display.html

  • How do you get the album pictures displayed with the right songs on my iphone 5

    how do you get the album pictures displayed with the right songs on my i phone 5?

    I have the same problem but i only have iphone 4s its only jsut started in the last 2 weeks or so

  • How do you display Movies only in iPhoto?

    How do you display Movies only in iPhoto?

    Create a Smart Album like this (depending on your iPhone model)
    You'll see your iPhone pictures and all movies in the library.
    OT

  • How do you remove Shadows in pictures

    How do you remove Shadows in pictures?

    Emery
    This could be a very general question and generally I would answer clone over the shadows or use an adjustment layer. It kind of depends on what effect you want.
    Do you have a sample picture we could see? You might get some better answers. If you don't have a place to host the picture you can use the following:
    Open your image and select Save For Web (SFW).
    Save as a JPG with your longest side between 700-750 pixels. Look in the lower right corner of the SFW screen and you'll see where you can adjust this.
    Login to www.pixentral.com and follow the screen instructions. It's free.
    When the picture loads, highlight the URL address at the top of your screen, copy it and paste it back in this forum.

  • How do you share thousands of pictures with text and captions outside of PSE?  (PSE 4)

    One of my dad’s retirement passions is family genealogy and old family pictures.  Several years ago I gave my family PSE 4.0 for Christmas so that we could each have backup copies of our dad’s pictures.  Usually once per year, I made backup copies of everything and emailed the DVDs to my brothers and sisters.  Everyone knows the basic PSE 4 functions and share our dad's enjoyment with the old family photos.
    My problem is that my dad is running out of pictures to scan.  He wants to “share” or “show” his photos with others so that he can “borrow” their photo albums in order to scan their photos.  He plans to attend a hometown high school reunion later this fall.  He hopes to "collect" photo albums from cousins and classmates.  I have been struggling with this for several days without any good ideas.
    The scanned pictures lack any text (added as a layer?) or captions.  Creating a slideshow (on my dad’s computer is slow).  Also, a slideshow doesn’t let others select individual pictures to save from the slide show
    He has old pictures pre-PSE 4 that allowed him to add captions directly to the picture when it was scanned.  I never liked this approach as it "destroyed" the actual picture but these old pictures are more easily shared as individual pictures.
    How do you share thousands of pictures with text and captions outside of PSE?  Can you save or export a composite picture with all the layers?
    Thanks in advance for your help and replies.

    I think it is one of the printer option screens that gives me the choice of tabbed 4x6. All of the choices specifiy HP or Other so I am pretty sure it is printer software that offers me this choice.
    Make sure your image has a 4x6 aspect ratio. I have been quite happy with the tabbed 4x6. Just need to remember to load the paper with the tab last.
    So, in elements you set to 4x6, in printer options you should be able to choose 4x6 tabbed paper.

  • How do you add your contact picture to a text message?

    I want to be able to see my contact pictures whenever I text someone from my contacts list. How do you put your contact pictures on a text message for iPhone 6? I can see my contacts pictures when I send/receive a group text but not an individual text. Is this feature equip for apple phones? Thank you!!!

    bmm243 wrote:
    Is this feature equip for apple phones?
    No.

  • How can you get your facebook pictures to sync with your contacts?, HOW Can you get your facebook pictures to syncwith your contacts?

    How can you get your facebook pictures to sync with your contacts?

    take a look at the link
    http://www.iphonestuffs4u.com/how-to-sync-facebook-contacts-to-iphone/

  • How do you display a new image in  webdynpro view?

    How do you display a new image in  webdynpro view?
    Where is the image stored and how do we specify the image path?

    hi ,
    The UI element Image enables you to integrate graphics into the Web application in a format that is processed by the Web Server u2013 for example, GIF, JPG, and PNG format. Height and width of the graphic can be specified using the properties height and width. The graphic is displayed without borders.
    saveur image   as mime
    with Mime Objects u cn upload doc , jpeg, or giff files from our local system into the webdypnpro system .
    Right click on ur component->mime object->import
    In the transaction sicf/bc/webdynpro , u cn check your component name there you can view the mime objects created by you .
    also refer the SAP online help :
    http://help.sap.com/saphelp_crm50/helpdata/en/46/bb182fab4811d4968100a0c94260a5/content.htm
    to knw more abt mime repositories.
    http://help.sap.com/saphelp_nw04/helpdata/en/f3/1a61a9dc7f2e4199458e964e76b4ba/content.htm
    regards,
    amit

  • How do you display a price in 2 decimal spaces? e.g.  $39.95000

    Does anyone know how do you display a price in 2 decimal spaces? e.g. $39.95000
    jsp code preferred please,
    thanks in advance!

    hi,
    this is jsp code just follow code
    <%@page language="java" import="java.text.*" %>
    <%
    double d=39.95000;
    NumberFormat fmt=new DecimalFormat("0.00");
    out.println(fmt.format(d));
    %>
    jpreddy

  • How do you display a swf video / videos when you mouse over

    How do you display a swf video / videos when you mouse over, It'll be something like a pop up but just that it doesn't open in another windows but within the same window and will be like a pop up roll over image.

    Thank you for the reply.
    I've been putzing around with it and came across the 'SetEventHandler' object and thought I'd try and make that one work.
    Here's what I've got so far.
           <mx:SetEventHandler target="{turnAroundMovie}" name="handleMovieClip" handler="stopMovie()"/>
    And then my fuction.
       <mx:Script>
            <![CDATA[
                private function stopMovie():void{
                    turnAroundMovie.stop(); <!-- here's where I'm getting stuck -->
            ]]>
        </mx:Script>
    My first instinct was the simple stop(), but that didn't fly.  I even added a stopMovie frame in my .swf and tried a gotoAndStop('stopMovie'); but that didn't fly either.  And that's kind of where I'm stuck at.

  • How do you display total time for playlist in Itunes 11

    how do you display total time for playlist in Itunes 11

    "I can see the total time in my playlist on the computer but not on my device??"
    I have just posted a question asking the same!
    Did you have any joy?

  • How do you display file type in PS Elements 10?

    How do you display file type in PS Elements 10 in the Organizer for each photo?
    I know you can right click and look at meta data.
    In PSE 7 it was displayed under each photo.

    Two things:
    1.  Set the View option to show file names:
    2.  Ensure your thumbnails are large enough to display the data:
    Ken

  • How do you display exact duplicates in Itunes 11. It is now missung under the file?

    How do you display exact duplicates in Itunes 11. It is now missung under the file?

    Right-click on this direct link to ExactDuplicates and "download" or "save link as..." to a location of your choice. Double-click to the file to run it. You should get something a bit like this:
    If your system will allow it my script will produce a progress bar so you can see what is going on, otherwise you will have to be patient, it will carry on working in the background.
    After scanning for duplicates it then adds them to a new playlist. For large libraries this process can be quite slow. (Very slow if you also have old hardware like me.)
    Finally you'll get a results window like this (from a different test run, as I didn't have time for the full one to finish when I was grabbing screenshots).
    You can use shift-delete to remove selected tracks from the library as well as the playlist. Leave at least one track behind from each repeated group and don't send anything to the recycle bin unless you are sure you have more than one physical copy.
    The DeDuper script has several advantages over cleaning by hand. Automating the process allows preservation & amalgamation of ratings, play counts, playlist membership, etc. See this thread for more detail.
    tt2

  • HT1386 HOW DO YOU DISPLAY DUPLICATES IN PLAYLISTS?

    How do you display duplicates on the playlist with the new itunes format?

    Note that, as with the iTunes feature, this lists make no distinction between "originals" and "dupes", you have to decide which is which.
    There is also my DeDuper script for automatically removing duplicates copies but keeping one remaining copy of each set. This can preserve ratings, play counts, playlist membership, etc. which are lost in a manual clean up. Please take note of the warning to backup your library before deduping. See this thread for background on deduping and the script.
    If you want to manually remove duplicate tracks use shift-delete to remove selected tracks from the library as well as the playlist. Keep one of each repeated group of files and don't send the others to the recycle bin unless you are sure that there are multiple files on the disc as opposed to multiple entries to the same file. Same advice to backup applies.
    tt2

Maybe you are looking for

  • Creation of Standby Database on Oracle 10g Standard Edition

    Hi Gurus, Can anyone let me know how to create physical standby database on Oracle 10.2.0.1(Standard Edition). I am using the Fedora7(32-bit) machine. Can anyone please send me some documentation on how to create. Thanks in advance. Thanks & Regards,

  • ProtoType

    Hi, Iam new to JDeveloper 3.0. Started working on a prototype for an application which have like 30 to 40 screens. I have played with the tool to create screens accessing database and Iam at a point trying to understand the big picture. My previous e

  • Usage of Firefighter

    Hello, I have a doubt about usage of firefighter. Whether use of firefighter is recommended for assigning a role of absent user to some other user to carry our the routine SAP transactions? I was under impression that firefighter role should be used

  • Cube not reflecting in Report

    Hi All, I have data in Infocube, I am planning to create a query on Infocube, but i cannot see that infocube in RRMX in creating a query, Is there any Settings i have to follow? Thanks in Advance Satya

  • Symbol PPT8800 Handheld Stopped working after Airespace Conversion

    I have recently upgraded my wireless network by converting from autonomous to LWAPP. I have several Symbol PPT8800 handhelds I am using for AdminRX application using LEAP and 128 bit WEP. Once I converted the 1242 AP's to LWAPP and installed the cont