Webservices a JPEG and using in Flex

I have a webservice that passes a images back as a base 64
encoded format. I have tested displaying the image in Coldfusion
and it works fine. I have tried using decoding it and using
loader.loadbytes and it show that i have bytes loaded but no
content. I am not sure what to do next? How do i get an image to
display in Flex from a base 64 encoded format. PLEASE HELP! :)

I create separate folders based on the year and then the actual date of when I take images. You can make those folders anywhere on any hard drive that is connected to your Mac whether internal or external. I also use the Photoshop Photo Downloader that is included with Photoshop/Bridge and it will create the date folder so all I do is create a Year folder.
Open Bridge or click on the Bridge icon in PS and in the File menu item in Bridge select "Get photos from Camera". It can be a camera connected to your Mac or a memory card from a camera. A window will open and you then select the camera or memory card. Set the location they will be downloaded to, just the folder and you can Browse to a folder that you created, then in the "Create  Subfolders drop down select what date stamp you want to use or or custom name or not to create subfolders at all.
I've never cared for iPhoto one bit. I tried it but found it way to restrictive. It likes to have full control over how you interact with your images.

Similar Messages

  • Using the Flex SDK

    Is it possible to install and use the Flex SDK without using
    FlexBuilder?
    If so, which IDE(s) could one use the SDK with and where
    would one get those IDE(s)?

    You can use any text editor to write mxml and/or as files and
    use the compiler(s) that are included with the SDK to compile to an
    swf (on the Mac, TextMate is excellent).
    You can use the SDK's in conjunction with Flash Develop and
    the FDT plugin for Eclipse, which both are IDE's for AS
    development.

  • Using Adobe Photoshop CS2 version 9 and have updated it, but when stacking photos, it comes up with PSD, whereas I want Jpeg, and I change the format to Jpeg and the box then comes up with cannot save as there is a program error. Be very grateful for help

    Using Adobe Photoshop CS2 version 9 and have updated it, but when stacking photos, it comes up with PSD, whereas I want Jpeg, and I change the format to Jpeg and the box then comes up with cannot save as there is a program error. Be very grateful for help with this, please.

    jpg does not support Layers.
    Just to make sure, what exactly do you mean by "stacking photos" and what do you want to achieve thereby?

  • How to create and use Webservice controls using WSDL in weblogic portal10.3

    Hi All,
    I have WSDL , How to create webservice controls using the WSDL in weblogic portal 10.3 and use those controls to invoke those webservice methods?
    please give me the documents links for this.
    Thanks
    Venkata Sarvabatla

    As far as I remember, Controls can be called only from Pageflows, BackingFiles, Another Control (Like control calling another control) etc. In pageflow we use annotation @Control and give control classname and a varialbe for that. I am pretty sure this annotation may not work from normal java class and in your case a JAVA JSR Class.
    If you installed the samples, refer the samples from WLS: C:\beawlp103\wlserver_10.3\samples\server\examples\src\examples\webservices. They have lot of fully ready to work samples with instructions. I used clientgen ant task. But you can use standard SUN JDK Command "wsimport" also to generate the java files from the WSDL. Open any command prompt. If java is in classpath, just run wsimport and that should give an idea.
    Goud

  • Unable to install ipa to iphone5s and ipad retina by Flash Builder 4.6 using latest Flex sdk 4.13

    I am using Apache Flex 4.13 FP11.1 AIR14.0 for my Flash Builder 4.6 in my windows 7. attatched is the code. I am using provisining profile and my iphone5 and ipad retina UDID is added in that. But exported application via flash builder for ios is not installing in my ipad retina display and iphone5. I including following default images.
    [email protected]
    Default-Landscape.png
    [email protected]
    Default-Portrait.png
    [email protected]
    Default.png
    [email protected]
    my test-app.xml files contents is as follows.
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <application xmlns="http://ns.adobe.com/air/application/14.0">
      <id>com.miracle.Saraplayer</id>
      <filename>Sara Player</filename>
      <!-- The name that is displayed in the AIR application installer.
      May have multiple values for each language. See samples or xsd schema file. Optional. -->
      <name>
      <text xml:lang="en">Sara Player</text>
      <text xml:lang="zh">Sara Player</text>
      <text xml:lang="cs">Sara Player</text>
      <text xml:lang="nl">Sara Player</text>
      <text xml:lang="fr">Sara Player</text>
      <text xml:lang="de">Sara Player</text>
      <text xml:lang="it">Sara Player</text>
      <text xml:lang="ja">Sara Player</text>
      <text xml:lang="ko">Sara Player</text>
      <text xml:lang="pl">Sara Player</text>
      <text xml:lang="pt">Sara Player</text>
      <text xml:lang="ru">Sara Player</text>
      <text xml:lang="es">Sara Player</text>
      <text xml:lang="sv">Sara Player</text>
      <text xml:lang="tr">Sara Player</text>
      </name>
      <customUpdateUI>false</customUpdateUI>
      <supportedLanguages>en zh cs nl fr de it ja ko pl pt ru es sv tr</supportedLanguages>
      <versionNumber>0.0.0</versionNumber>
      <versionLabel>One</versionLabel>
      <description>Nothing here now</description>
      <!-- Settings for the application's initial window. Required. -->
      <initialWindow>
      <!-- The main SWF or HTML file of the application. Required. -->
      <!-- Note: In Flash Builder, the SWF reference is set automatically. -->
      <content>[This value will be overwritten by Flash Builder in the output app.xml]</content>
            <aspectRatio>portrait</aspectRatio>
            <renderMode>auto</renderMode>
      <autoOrients>false</autoOrients>
            <fullScreen>true</fullScreen>
            <visible>true</visible>
            <softKeyboardBehavior>none</softKeyboardBehavior>
        </initialWindow>
      <!-- The icon the system uses for the application. For at least one resolution, specify the path to a PNG file included in the AIR package. Optional. -->
      <icon>
      <image16x16>_icons/16.png</image16x16>
      <image32x32>_icons/32.png</image32x32>
      <image36x36>_icons/36.png</image36x36>
      <image128x128>_icons/128.png</image128x128>
         <image29x29>_icons/Icon-Small.png</image29x29>
         <image48x48>_icons/48.png</image48x48>
         <image57x57>_icons/Icon.png</image57x57>
         <image72x72>_icons/Icon-72.png</image72x72>
         <image114x114>_icons/[email protected]</image114x114>
         <image512x512>_icons/iTunesArtwork.png</image512x512>
         <image50x50>_icons/Icon-Small-50.png</image50x50>
         <image58x58>_icons/[email protected]</image58x58>
         <image100x100>_icons/[email protected]</image100x100>
         <image144x144>_icons/[email protected]</image144x144>
         <image1024x1024>_icons/[email protected]</image1024x1024>
      </icon>
      <!-- Whether the application can be launched when the user clicks a link in a web browser.
      Optional. Default false. -->
      <allowBrowserInvocation>true</allowBrowserInvocation>
        <!-- iOS specific capabilities -->
      <iPhone>
            <InfoAdditions><![CDATA[
      <key>UIDeviceFamily</key>
      <array>
      <string>1</string>
      <string>2</string>
      </array>
      <key>UIStatusBarStyle</key>
                <string>UIStatusBarStyleBlackOpaque</string>
                <key>UIRequiresPersistentWiFi</key>
                <string>YES</string>
      ]]></InfoAdditions>
      <Entitlements>
             <![CDATA[
                 <key>aps-environment</key>
                 <string>development</string>
             ]]>
         </Entitlements>
            <requestedDisplayResolution>high</requestedDisplayResolution>
        </iPhone>
    </application>
    The problem is that when i sync it via itunes. it shows Waiting... then it shows progress for installing. when i click the app icon in device it shows Installing... as shown in these images but never shows finished process.
    Dropbox - 1.jpg
    Dropbox - 2.jpg
    Dropbox - 3.jpg
    source: Dropbox - test.fxp
    i am a bit confused and project is stuck. i am helpless now.

    Even I am facing almost same issue
    Problem installing Adhoc version to iPhone and iPad - Development Environment Is - Adobe Flash CS6

  • Used Photoshop Image processor to batch convert from CR2 to Jpeg and the edits don't stick

    Ok, so I had a huge wedding where the bride paid me to deliver a ton of images.  Well, i did all my edits in ACR and then photoshop.  While in photoshop all the edits look to have been applied.  So, I use edit > Scripts>Image processor to convert the CR2 files to Jpeg in one fell Swoop.   Well, on my last run though (checking any images for missed edits or what not), none of of the edits were applied to the saved jpegs.  So I bring one up in Photoshop (the saved Jpeg) and the edits are applied in Photoshop.  So I click save and it tries to save as a PSD file (which it was not originally saved as).  I click to JPEG and it asks to replace the existing file and I do.  Voila, all the edits are a-pplied.  Now, I have about 200 images that I need to do this on. 
    Is this common with the image processor?  Is it not for converting processed Raw files to JPEG and keep the edits?
    I'm very frustrated since now, depending on my misunderstand of the tool, I have to spend extra time saving the files again.  (At least I don't have to re-edit them)

    I have action I wrote so that on large groups of pictures I hit my actions.  It goes through the whole set.  Then I hit my flatten and it goes through the whole set.  Then I go to scripts > image processor  and covert them to jpeg. 
    The weird thing is when I bring up the jpegs in photoshop, all the edits are there.  When I look through Photo Mechanic or upload them to the web, they aren't

  • I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?,

    I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?, I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?, I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?

    Thanks, Flex harUI, for the direction in regards to isolating build changes. That aside (still working on it), can you offer any direction in regards to my original question on SDK and AIR compatibility? I'm specifically looking for a version compatibility mapping or anything that definitively states, "Flex SDK x.y.z works with the following versions of AIR". This information is crucial for us in order to more specifically plan our own roadmap built upon these two frameworks as we consider both existing installations of our software and future distributions.

  • Flex Dashboard and Using Flex in a Portal Environment

    Hello
    I am looking to develop Flex dashboard and use Flex in a Portal environment.
    If you any thoughts or information, kindly let me know or some insight.
    Thanks and regards

    fac586 wrote:
    #WORKSPACE_IMAGES# isn't substituted in CSS files stored in the repository. See this [previous discussion|http://forums.oracle.com/forums/thread.jspa?forumID=137&threadID=221653] (and others if you search for them).
    Thanks for the link, I did search a little while before making the original post. I guess I wasn't searching for the right thing though.
    The method I found listed in here seems to work in IE but not Firefox. It could just be a caching issue though I'm not real familiar with firefox and don't really know how to get it to forget that it's been to a page already.
    I also updated the link listed above to ask about any changes in the last upgrade related to this.
    This was related to caching in firefox and it worked fine after I logged out of my apex.oracle.com account and cleared the personal cache in firefox and then started over.
    Edited by: PktAces on Sep 9, 2008 3:06 PM

  • How to receive and upload data into Sharepoint using webservice in BizTalk (without using sharepoint adapter).

    Hi,
    I have a requirement to receive files from sharepoint and upload files to share point.
    So is there anyway we can achive this using webservices in BizTalk (without using sharepoint adapter)
    Thanks in advace

    I do not have a sample flow... but if you refer to the samples where these web services are used then you'd be able to translate those code samples into BizTalk flows.. For e.g.:
    http://msdn.microsoft.com/en-us/library/office/ms429658(v=office.14).aspx refers to returning list items. When you add generated items to your BizTalk for SharePoint Web Services, you'd get the schemas (xmlDocs in the sample) which you'd instantiate and
    call.
    When dealing with lists, you will need the GUID of the list so you need to do a GetLists call first and then get the GUID for your specific list from that. You will also encounter CAML which is what is used to query and get List Data.
    Have fun.
    Regards.

  • Problem with  M-JPEG by using JMF and JPEGCodec .

    Hi, there,
    I want to implement a M-JPEG using JMF and JPEGCodec, is that possible?(I already been trapped)
    My problem is I have a video clip which is a AVI file, the video format is following:
    Video format: RGB, 160x120, FrameRate=14.9, Length=57600, 24-bit, Masks=3:2:1, P
    ixelStride=3, LineStride=480, Flipped.
    I already convered a frame to an Image object(video format with JPEG and CVID doesn't work) ,
    I can also convert this Image back as a Buffer, It works fine with me .But to use JPEGCodec( provided by com.sun.image.codec.jpeg ) I need to convert an Image to a BufferedImage, I use the following defination:
    BufferedImage   bImage = new BufferedImage(frameImage.getWidth(null), frameImage.getHeigh(null),BufferedImage.TYPE_INT_RGB); It seems work, But when I use JPEGImageEncoder to encoder this bImage and save as a jpg file,
    everything is black .
    I also need to cast BufferedImage to an Image: frameImage = (Image) bImage; then I convert frameImage back to Buffer.My video clip still running , but every frame now became black .
    can someone help me? thanks in advance.

    I solved this problem . But I met a new problem.
    I converted the above video clip into a JPEG and I want to create a DataSink for it. the messege is:
    Video format: JPEG, 160x120, FrameRate=12.0, Length=3574
    - set content descriptor to: AVI
    - set track format to: JPEG
    Cannot transcode any track to: JPEG
    Cannot create the DataSink: javax.media.NoDataSinkException: Cannot find a DataS
    ink for: com.sun.media.multiplexer.RawBufferMux$RawBufferDataSource@2b7eea
    Transcoding failedHope some Java Experts can help me.
    Regards.

  • Am using Adobe acrobat for iPad and pictures are showing JPEG and not PDFs

    I Am using Adobe reader for iPad and converted pictures from camera to ipad and pictures are showing JPEG and not pdf

    Hi bsmigs23,
    I'm not sure that I follow. You have the Adobe Reader app for iOS, and converting photos to PDF? Where are the photos showing up as JPEG? Do you see the converted PDFs when you look at the Recents List?
    Best,
    Sara

  • Does the Lifecycle product license include the use of Flex Builder Pro and Flex SDK?

    I have been trying to find out whether we can use the latest Flex Builder and SDK using the LiveCycle license or do we need to purchase additional license? We will use these products to develop Flash Applications to use with our Livecycle product.

    The end user license agreement and the supplement should provide your answer:
    http://www.adobe.com/products/eulas/pdfs/MET_and_LC4.pdf
    2.1. Definition of OnPremise Software for Additional Adobe LiveCycle Components. If Customer has licensed
    Additional Adobe LiveCycle Components as set forth on the Sales Order, then “OnPremise Software” means the
    Foundation Components, the LiveCycle SDK Components, the Flex SDK Components, and object code versions of
    any of the applicable Additional Adobe LiveCycle Components, including all Documentation and other materials
    provided by Adobe to Customer under this Agreement. Customer may install and use the Foundation Components solely for purposes of facilitating use of the OnPremise Software in accordance with this Agreement, subject to
    the following additional terms: Licensee’s right to design, implement and/or execute electronic processes that
    use the On Premise Software in any way is limited to Short-Lived Processes unless Licensee has obtained a valid
    license to the Production Software version of Adobe LiveCycle Process Management; (ii) Customer may install and
    use an unlimited number of copies of the LiveCycle Designer software installed as part of the Foundation
    Components, and its output, solely with the Foundation Components and specifically designed to operate with
    the Foundation Components; and (ii) for each single (1) Deployment, Customer may install and use five (5) copies
    of Adobe Flash Builder Pro software (or its successor) provided with the Foundation Components only if Adobe
    Flash Builder Pro is installed as part of the Foundation Components and used in combination with the LiveCycle
    SDK components to modify Additional Adobe LiveCycle Components and create Applications that integrate with
    the LiveCycle Software components; all other usage of Adobe Flash Builder Pro is prohibited.

  • How is the Raw data used in iPhoto. I currently shoot both jpeg and raw and import them both into iPhoto.

    How is the Raw data used in iPhoto? I currently shoot both jpeg and raw and import them both into iPhoto. What do I gain by collecting Raw data?
    Thanks

    You get more parameters for making adjustments to the image. This is not really an iPhoto question but more a general photography one. In rather simple terms here's how a digital camera works:
    You expose an image. A lot of data is gathered in by the sensor. But it's just a bug lump of data and not very useful in that form.
    In cameras that shoot jpeg that mass of data is interpreted/processed into an actual image, and the image is stored in a jpeg file. (that's a process broadly analogous to developing a film). The decisions that go into making that interpretation are all made by an engineer somewhere, back when the camera was developed.
    If you shoot Raw, then what you do is take that mass of data, and rather than working to the decisions made by that engineer, you develop the shot - you run the digital darkroom.
    Why would you do this? Take on all this extra work? Well one of three reasons: a: you think you can do a better job than that engineer. b: you just prefer the result you get when you develop yourself or c: you're a hopeless shooter and raw means you have more options to fix the mistakes you made in the camera. (That's why I do it.)
    Here endeth the two dollar tour. So, basically, if you're happy with what your camera produces in Jpeg then there's really no need to shoot Raw.
    There's no need at all to shoot Raw+Jpeg as iPhoto creates a jpeg preview when you import, so you're just wasting space.

  • Installing Plug In for Adobe Flex and Using it in developing Application

    Hi all,
    I'm using NWDS CE 7.1 EhP1. I want to develop application using Adobe Flex for Web Dynpro for Java.
    I have downloaded and installed plug named :- ActionScript WSDL Proxy Generator Plug-in 1.0.32
    But I am not able to see any change in my NWDS.
    I dont know whether what I did is correct or not ! Can anybody pls explain me how to start developing UI in Adobe Flex for WDJ?
    I saw one wonderful blog Step by Step Guide for creating Flash islands using Webdynpro Java by Ayyapparaj KV.
    Pls help.
    Thanks and regards,
    Amey Mogare

    Hi Fazal,
    Thank u for this valuable and timely response !
    This is the exact PDF I'm following to install plug-in:-
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20536f87-b5a1-2a10-06ad-c15369468e0e
    I am stuck at step 1.3 (page-4). I am able to see ActionScript proxy generator plug-in in my NWDS's plug-in list. But I am not able to get line :-
    locate the ActionScript WSDL Proxy
    Generator Plug-in there (plug-in id: com.sap.flex.ws.proxygen.ASProxyGeneratorPlugin).
    I am not able to generate anything there.. Also I went ahead with Step-2 and I am able to see project "Runtime" in my Resource perspective.. What is to be done next?
    Thanks and regards,
    Amey Mogare
    Edited by: Amey Mogare on Apr 20, 2009 6:40 AM

  • How to deactivate the flex builder licence from one machine and use it on other machine

    Hi,
    I have a "Flex builder 3" licence running on my machine.
    I have to deactivate that and use it on another machine.
    How should I do that? As there is no otpion in flex builder.
    Any help appreciated.
    Thanks,
    Tushar

    What happens when you just install Flex Builder on the other machine and enter the serial number? I was not aware of Flex Builder having a mechanism that tracks activations like the Creative Suite products.
    If this post answers your question or helps, please mark it as such.
    Greg Lafrance
    www.ChikaraDev.com
    Flex Development and Support Services

Maybe you are looking for

  • [SOLVED] messed up yaourt output (could be due to pacman error)

    Don't know if my yaourt issue is related to this pacman one http://bbs.archlinux.org/viewtopic.php?id=94378 but this issue is fairly new. Now when I run a yaourt -Syu --aur it starts fine but when fetching for AUR updates it starts showing core/extra

  • Drill down to a fact detail

    I am trying to figure out how to drill down from a dimension heirarchy to a fact detail. It just does seem to work. I have Manager ---Project manager Then projects facts The totals by project manager work well, but I tried creating another level belo

  • ITunes 10.5.2.11 is causing my WinXP computer to crash.

    iTunes updated to 10.5.2.11 and now my WinXP machine shuts itself down when iTunes is running. If I open iTunes, it will open for a short while, then the whole machine shuts down.  Help, please!

  • Adobe Reader 11 Read Out Loud

    How can I get reader 11 to read out loud?

  • Hub phone

    does any one have an idea how i can find out my hub phone number when i do not have the hub phone light on ???