Can we compile MXML into jpg format instead of swf?

I have a special demand to compile the MXML into jpg format
instead of swf via FLex. Anybody who can help me on this issue?
many thanks!

here is a
JPEG
Encoder, which can be used to convert bitmapdata to jpg (also a
png encoder is mentioned).
here is another link of a
Flex Paint
application as an example.

Similar Messages

  • OK, the videoformat may be changed (PAL, NTSC) by plugin a specified cable, but how can  I force to have PAL-format instead of NTSC to be send to iMovie via the USB-cable?

    OK, the videoformat may be changed (PAL, NTSC) by plugin a specified cable to be connected the iPhone to the TV, but how can  I force to have PAL-format instead of NTSC to be send to iMovie via the USB-cable? Al this transcoding afterwards takes a lot to much time. Is there a solution before sending the clips?

    Well, thanks a lot.  iMovie '11 is similar, but not identical and unfortunately I don't seem to find any "Frame Rate Pop-Up menu" when I generate a new Project. Do not find an "Aspect Ratio Pop-Up" either. Also the help does not speak of this options.  I just have to choose a Theme and that's it. Also the "Settings" Menu for the Film does not help.
    I also checked the general settings for iMovie:
    So I would dare say, there is actually no possibility anymore, to set the output format. And also when I create the output file, there is nothing more than a short list of resolutions.
    I do not understand why all options were taken away. I admit, I am a little disappointed.
    Best regards
    Claudio

  • How can i convert CR2 images into jpg format, without iPhoto?

    i just import a lot of images with the format .CR2 to mac through "Image capture" is there an app to convert the frmat into .jpg, app like image capture or something like that?

    If Canons software doesn't work...?
    Try Snap Converter, File Juicer or Contenta Converter

  • Can u Compile JSP into a Servlet?

    Hey,
    I've heard of 'compliling jsp into a servlet.' I'm not sure if this is just reffering to the fact that the jsp/servlet engine does this on the fly when serving a jsp request or if one can actully obtain a .java file out of the jsp without doing it by hand.
    If so, how do you do this??
    THANKS!
    THABARREN

    look in Tomcat's /bin directory for a script called jspc.bat (or jspc.sh) - this can be used from a command line to convert a JSP to a servlet and compile it.
    Alternatively, the web server will have a "working" directory where it puts the servlet files it creates from JSPs (in Tomcat's case it's the "/work" directory). - just look in there after the JSP has been requested by a client.

  • How can i convert this data(00000000) into date format(yyyy-MM-dd)

    Hi,
    i am using this method to convert date format from string.
    public static string FormatDate(string inputDate, string inputFormat)
                System.DateTime date = DateTime.ParseExact(inputDate, inputFormat, null);
                string datepresent = DateTime.Now.Date.ToString("yyyy-MM-dd");
                return datepresent;
    its working properly,
    but when input data is like 00000000 i am getting error this is not valid.
    how can i convert this into date format any help..!

    Have you tried the above code:
    I can see it is working with both Date and DateTime destination nodes.
    Map:
    Functoid Parameters:
    Functoid Script:
    public static string FormatDate(string inputDate, string inputFormat)
    string datepresent;
    if (inputDate == "00000000")
    datepresent = "0000-00-00";
    else
    System.DateTime date = DateTime.ParseExact(inputDate, inputFormat, null);
    datepresent = date.ToString("yyyy-MM-dd");
    return datepresent;
    Input:
    <ns0:InputDateString xmlns:ns0="http://DateFormat.SourceSchema">
    <DateString>00000000</DateString>
    </ns0:InputDateString>
    Output:
    <ns0:OutputDate xmlns:ns0="http://DateFormat.DestinationSchema">
    <Date>0000-00-00</Date>
    </ns0:OutputDate>
    If this answers your question please mark as answer. If this post is helpful, please vote as helpful.

  • Export into Jpg

    The original source have a paper size of A4 portrait format before I create a PDF. After I export the PDF into JPG format, the JPG come out with varies of dimension(size).
    But what I want is all JPG output should be in the same size, as all of the document are in A4 portrait format. Is there any setting that I should change in order to make sure all JPG output have the same size?
    Thanks & Regards
    Kun

    Yes I notice that acrobat did say "Pages that have only a single JPEG image covering the whole page will be left unchanged."
    but if you look into Page 25(last page), i have both picture, text and table (without border) but the image produced is not in the same dimension.
    I uploaded another file Template file but this time I added border around the page but the (Save as) to JPG still come out as different dimension.
    You can check the Image file for the output
    PDF
    http://www.ziddu.com/download/1792765/Template.pdf.html
    Image
    http://www.ziddu.com/download/1792816/Template.zip.html

  • Turning Raw into JPG (using automated batch action)

    I have finally decided to try and learn a bit more... this is all motivated by me not being happy with White Balance and the results I get... I want more vibrant colours and natural skin tones...
    Anyways I have decided to start shooting in RAW... but dont know how I get them into JPG format ??? I know I need to use Photoshop/Batch... but not sure exactly what...
    When I open a RAW image it appears in Photoshop (CS3) and allows me to really manipulate the colours... but how do I then SAVE those changes and create a action so I can automate batch the pics...
    Cause we shoot large sets of images (like 100-200 per set) it's important that I can automate batch them... way too slow to do each image individually...
    Any help would be greatly appreciated... do I make the changes in Photoshop then batch them in Bridge ? Please think of me as a absolute newbie who needs a step by step instruction lol

    Ok here's a step to step of what I want to do...
    I want to open the RAW image... I take it I do that in Photoshop ? I say that cause when I double click a RAW image thats where it automatically opens...
    After I done that I want to play around with the image... ajust exposure/colours ect... The programe that the RAW image opens in is perfect to do that, I believe it's opened in Camara Raw 4.0...
    But here is the tricky bit... what I really want to be able to do is then create a action/automated batch so that I can make the same changed (automated) to all the images from that set... not have to do them individually... and at the same time change the images into JPG's
    So thats the bit I guess how and what do I use to do that ?

  • How to Export SSRS report into Excel format using query string

    Hello all,
    I am new to SSRS world.
    Last night i was trying to add a hyperlink  on the SSRS report (.rdl) file, by clicking which we can export the report into "Excel" format, but with no luck.
    Can anybody tell me how to form the hyperlink, so that we can export the report with its current content ( I mean the report content generated by selecting some parameter values)

    Hi Suman85,
    Based on your scenario, you want to add a link on the SSRS report file, and then click it you can export the report into “Excel” format.
    Just as kishan1901 said , you can add a textbox to your report and type in the words “Click here and export the report
    to excel” .Then right-click the textbox and select Properties. Switch to Navigation tab, click the radiobutton of ‘Jump to URL’ and type in the expression ,here is just a example:
     ="http://vyof1884200/ReportServer$youhoo?/My+Adventure+Works/Product+Sales+and+Profitability+by+Month&rs:Command=Render&rs:Format=excel"
    Then preview the report ,you will see
    Click here and export the report to excel 
    when you move the mouse to it ,the mouse will become a hand ,then left-click, it will jump out a dialog box to indicate user whether the excel file should be saved , opened or canceled. 
    I think this is what you want, if you have any further requirement, could you please describe it in more detail? We would give you some resolution or workaround.
    Regards,
    Challen Foo

  • How to convert Milliseconds into Date format

    Hi all,
    I am getting the output of a variable in milliseconds format, how can I convert it into date format
    For ex: I am getting input variable as 1366664691000 and I need to convert it to April 22, 2013 5:04:51 PM EDT ( or of SOA format). is there any function for this in XSL or XPath?
    Thanks,

    It is working fine if i test it in provided site...
    But it is returning "-1366664691001", If i am running it in EM. This is the code in my xsl
    <?xml version="1.0" encoding="UTF-8" ?>
    <?oracle-xsl-mapper
    <!-- SPECIFICATION OF MAP SOURCES AND TARGETS, DO NOT MODIFY. -->
    <mapSources>
    <source type="WSDL">
    <schema location="../JavaProcess.wsdl"/>
    <rootElement name="process" namespace="http://xmlns.oracle.com/SampleApplication/JavaEmbeddingActivity/JavaProcess"/>
    </source>
    </mapSources>
    <mapTargets>
    <target type="WSDL">
    <schema location="../JavaProcess.wsdl"/>
    <rootElement name="processResponse" namespace="http://xmlns.oracle.com/SampleApplication/JavaEmbeddingActivity/JavaProcess"/>
    </target>
    </mapTargets>
    <!-- GENERATED BY ORACLE XSL MAPPER 11.1.1.4.0(build 110106.1932.5682) AT [TUE MAY 07 10:21:02 EDT 2013]. -->
    ?>
    <xsl:stylesheet version="1.0"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:mhdr="http://www.oracle.com/XSL/Transform/java/oracle.tip.mediator.service.common.functions.MediatorExtnFunction"
    xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
    xmlns:oraext="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:dvm="http://www.oracle.com/XSL/Transform/java/oracle.tip.dvm.LookupValue"
    xmlns:hwf="http://xmlns.oracle.com/bpel/workflow/xpath"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:med="http://schemas.oracle.com/mediator/xpath"
    xmlns:ids="http://xmlns.oracle.com/bpel/services/IdentityService/xpath"
    xmlns:bpm="http://xmlns.oracle.com/bpmn20/extensions"
    xmlns:xdk="http://schemas.oracle.com/bpel/extension/xpath/function/xdk"
    xmlns:xref="http://www.oracle.com/XSL/Transform/java/oracle.tip.xref.xpath.XRefXPathFunctions"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:bpmn="http://schemas.oracle.com/bpm/xpath"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:socket="http://www.oracle.com/XSL/Transform/java/oracle.tip.adapter.socket.ProtocolTranslator"
    xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
    xmlns:client="client"
    exclude-result-prefixes="xsi xsl bpws xp20 mhdr bpel oraext dvm hwf med ids bpm xdk xref bpmn ora socket ldap">
    <xsl:template match="/">
    <xsl:variable name="lastMTime" select="1366664691000"/>
    <xsl:copy-of select="$lastMTime"/>
    <client:processResponse>
    <client:result>
    <xsl:value-of select='xsd:dateTime("1970-01-01T00:00:00") + $lastMTime * xsd:dayTimeDuration("PT0.001S")'/>
    </client:result>
    </client:processResponse>
    </xsl:template>
    </xsl:stylesheet>

  • Idoc be converted into XML format

    Hi,
    Can  idoc be converted into XML format? If yes guide me the path , how to do?
    Thanks
    Avi

    <b>Hi,
    we can .
    Follow the link
    http://www.erpgenie.com/sap/sapedi/Conversion%20of%20IDOCs%20to%20XML%20format.pdf</b>
    Thanks
    Manju
    <u><b>Don't repeat the Questions</b></u>

  • HT201317 My photos from iPhone 6 appear in PNG format instead of JPG.  How can that be changed?

    My photos from iPhone 6 appear in PNG format instead of JPG.  How can that be changed?

    When using iCloud to download them, you are going through the wrong procedure. That PNG file you are downloading is just the thumb nail. Open the image in the browser, then look to the menu at the top. you will see an icon that looks like a cloud with a downward pointing arrow. Click that to download the image.
    Syncing with Windows I can't help you with. I don't directly sync my iOS devices.

  • I am using Photoshop Elements 11.  Do all .jpg formatted file have to be retangular in shape?  I want to create an oval .jpg picture to insert into a book.  Haven't been able to do so.  It would work if I could make the area outside the oval completely tr

    I am using Photoshop Elements 11.  Do all .jpg formatted file have to be retangular in shape?  I want to create an oval .jpg picture to insert into a book.  Haven't been able to do so.  It would work if I could make the area outside the oval completely transparent.  Can anyone help me here?

    JPG does not support transparency, so even if you create an oval with transparent background, the saved JPG will have white background. Instead, save it as a PNG, TIFF, or GIF which preserve the transparency.
    Here is one of many ways to create your oval:
    Create a new file the approximate size of the oval. Add the oval with the Custom Shape Ellipse tool, and simplify the shape layer.
    In the Layers Palette, Ctrl-click the oval to select it and copy the selection to the clipboard (Edit > Copy).
    Then do File > New from Clipboard. This creates the oval with transparent background cropped to the oval size.
    Then save it as one of the file types that support transparency (and also supported by the application where you are sending the picture to).
    Note:  Is is not even necessary to do step 2. That is only if some reason you want the oval to be tightly cropped. It is sufficient to delete the Background layer in step 1 (or turn off its visibility) and save the file. The oval will appear correctly in the book with either version.

  • Can I show an iPhone album in spread format (instead of single page), can I show an iPhone album in spread format (instead of single page)

    can I show an iPhone album in spread format (instead of single page), can I show an iPhone album in spread format (instead of single page)

    Christine
    The ! shows up because the thumbnail in the iPhoto Window has lost the connection to the file it represents. There are two main reasons why this occurs: database coruption and/or User Activity in the iPhoto Library Folder - in this case your Party Library.
    1. Hold down the abbpe and option keys and launch iPhoto. Use the resulting dialogue to rebuild the database.
    2. Have you renamed, altered or moved anything in the Party Library Folder?
    As for the mulitple versions of photos: Your Party Library (or any Library) is arranged as follows:
    In this folder there are various files, which are the Library itself and some ancillary files. Then you have three folders
    Originals are the photos as they were downloaded from your camera or scanner.
    (ii) Modified contains edited pics, shots that you have cropped, rotated or changed in any way.
    This allows the Photos -> Revert to Original command - very useful if you don't like the changes you've made.
    (iii) Data holds the thumbnails the the app needs to show you the photos in the iPhoto Window.
    So each version of the Image has a distinct role to play. To distinguish them in a Spotlight search, use file size - the tiny ones are your thumbnails etc.
    Your Camera names the files. Some Cameras have a setting which allows them to sequentially number across cards. You can also use titling in the iPhoto Window to distinguish them (Photos -> Batch Change) and some people copy the pics onto their machines first, rename them with a batch renamer and then import them into iPhoto.
    The book is simply a virtual album of photos and is part of the library6.iPhoto file.
    As to your plan of moving and patching things up... It is strongly advised that you do not move, change or in anyway alter things in the iPhoto Library Folder as this can cause the application to fail and even lead to data loss. SO try rebuild the database first.
    Regards
    TD

  • I can't be the only person who has this problem - when a month ends on a Saturday I can't drag events into the next month and instead have to cut and paste - a real pain in the butt. I thought there was something called "scroll" but I can't find that

    I can't be the only person who has this problem with iCal- when a month ends on a Saturday I can't drag events into the next month and instead have to cut and paste - a real pain in the butt. I thought there was something called "scroll" but I can't find that.

    Yeah that works, but, it involves a click on the event, a click on edit, a click on the date, keystrokes, plus, since you can't see the next month you have to have a calendar in front of you so as to put it to the right date. It's easier just to cut it and advance the month and paste it, once you are in the right month you can move it around helter skelter willy nilly no problems. Although now that you mention it I will try it, maybe it is easier than cut and paste as I don't really care about the date, as long as it gets moved into the right month I can drag it around all I want.

  • Since installing the last iPhoto update sharing a photo via e-mail opens a google e-mail format instead of an Apple Mail format.  How can I get the Apple Mail format to come up when I click on share?

    Since installing the last iPhoto update sharing a photo via e-mail opens a google e-mail format instead of an Apple Mail format.  How can I get the Apple Mail format to come up when I click on share?

    iPhoto preferences - set the email client to Mail
    LN

Maybe you are looking for

  • Trying to convert a date in text format to date or numeric

    I've been given an excel file of members of a group, which includes listing of members' birthdays.  These are in the format "26-Jul" in text characters.  In order to sort by date for a birthday listing, I'm stuck trying to set up a calculation that w

  • EFI Firmware 1.7 on't update on late 2012 Mac Mini

    I bought a 500 GB i5 Mac Mini last Dec. I set it up and updated it to 10.8.2 and updated the EFI Firmware to 1.7 to cover the HDMI flicker issues. But I decided that I wanted to start over from scratch so I re partitioned and did a clean install of M

  • Espn videos won't play

    Hi. any videos on espn won't play for me. I can watch youtube videos, NHL.com, NFL.com videos, etc. but not on espn. I have the latest version of shockwave. What happens is I get either an image instead of the video or just a black screen. If I right

  • Apple mail not displaying properly

    My first time in this forum.  Hopefully, you can help.  I am having a problem in Apple Mail in Mac OS X Lion 10.7.3. Some e-mails from the same sender appear fine with images and links properly displayed, yet other times I only see text with underlin

  • Partner segment issue in IDOC IORDER01

    Hi All, We are using IDOC IORDER01 for sending Order and their detail to a system, for that we are using transaction IORD. Structure of IDOC type is: ZIORDER01   PM/SM Orders (Crt and Upd) Enhancement for OP2000     E10RHDR      PM/SM order Header Se