Convert movieClip to bitmap and save on disk at runtime

can anybody help me to solve my this problem
i want to save my movieclip as image file at runtime on disk
is this possible by using flash as3 or 2

can anybody help me to solve my this problem
i want to save my movieclip as image file at runtime on disk
is this possible by using flash as3 or 2

Similar Messages

  • I want to make a folder "A" and save to disk (appendable), then as and when required I wish to append to that folder files "B" and later on files "C" and so on.  What would be the way to do this.

    I want to make a folder "A" and save to disk(appendable), then as and when required I want to append files "B" and "C" and so on to that folder, what would be the way to do this.

    It's not clear how what you're describing is different from the way all folders work.

  • Troubleshoot pdf adobe reader file to convert to doc and save to disk

    I unfortunately have major issues with pdf files. I am not even certain how or why I am no longer able to use postscripts to view online pdf files which then enabled me to save as either a word docx or as in pages or in excell on my computer. Because many websites require adobe reader to view pdf files I downloader the adobe reader 11.0.04. Since then all online / htlm files can not be saved accordingly. In addition when I create a word, excell or page file and want to save it as a pdf on computer drive it only allows it to be saved to adobe online pdf.
    I never signed up to have adobe save pdf files online. I do not have share file options or any type of online subscriptions. I checked my system preferences and do not have cloud documents checked off.
    I want to find out is it possible to view, convert and save online web archieve and other pdf files without adobe. If so what and how. 
    What is the equivilant of a pdf converter app which I thought I had on my Mac. FYI using Mac book pro OS 10.8.5 not ready to go to 10.9.
    I use Safari 80% of time and Firefox the rest of time but only when websites work with Safari.
    If I were to eliminate adobe reader pdf plug in but wanted current disk saved files to open a pdf version what would happen? I admit I feel a bit behind in understanding pdf and webarchieve mechanics but am willing to learn. So if anyone can give me online learining tutorials that not only explain how but also provide video practice I would appreciate it.

    Another option is Sirvisetti AutoMail Desktop Connector (part of Sirvisetti AutoStream family of products) that allows you to convert any document to PDF and automatically launches your default e-mail client with the document attached. You just need to add To/Cc/Bcc, type in the subject and message body and click send!
    You can request for a demo at http://www.sirvisetti.com
    Hope it helps!
    - Mark

  • How do you acquire multiple image buffers and save to disk later?

    Good morning everyone,
    I am working with the LabVIEW code posted below.   I am taking images through a CCD camera at a high frequency.  Therefore, I need this code to be able to keep up with the trigger.  I take anywhere from 30 to a few 100 images and acquire them through buffers.  The code I have now (which I got from someone else in my lab; I did not write it) saves the images in the for loop in which each is required.  This slows down the code considerably.  Timing is important to my application.  Does anyone know if there is a way to set each buffer aside after they are acquired and then save them to disk AFTER all the images are acquired.  I think this will allow the code to keep up with the trigger. 
    As a side question, I would like to have the code trigger my camera on both the rising and falling edge of the trigger pulse.  As you can see from the code, I tried to set this up, but the method I tried doesn't work; each time a new trigger is setup it wipes out the old one.  Is there a way to set up 2 triggers?
    Thank you very much,
    Matt
    Attachments:
    Save_Image_Matt_Trig.vi ‏46 KB

    Left from the loop there's an "Array Subset" vi because I didn't use the first two pictures of the ring.
    So you can forget about it and wire the ring directly to the "For Loop".
    You can see the Ring as an array of images, so basically you don't need any VI to retrieve an image from the ring, just an "Index array" will do.
    Wire the output of the "Index array" to an image control.
    This is of course if you first fill the ring and then process it.
    If you want live images, then you can use the vi you're using to extract an image from the buffer but I understood that you want to acquire images as fast as possible and process them afterwards.
    Correct? Yes, then you don't need the "IMAQ Extract Buffer" vi.
    And yes, you can remove everything from the loop, just check if the number of frames is reached.
    When all frames are acquired, quit the loop and process the ring buffer.
    I checked your code again, and observed that you do nothing with the ring buffer
    You build it up in the first For loop and delete it at the end of the code but never used it in the loop
    I attach a larger view of the acquisition loop, so that you can have a better idea of the whole ring stuff.
    I have a shift register for the ring so that all states can access it.
    The state "Save all images" loops through the array, to save the images one by one.
    I'm sorry I can't post the complete vi, it's way too large and contains lots of sub vi's to analyse the images and handle the I/O toward the process line.
    Attachments:
    SNAG-003.jpg ‏217 KB

  • Is there an application that can batch convert wma to m4a and save the output files to their respective original file location?

    I need to convert thousands (yes, really) of wma files to m4a.  The wma files are all located in different folders and each converted m4a file needs to end up in the same folder as its respective original wma file.  Does anyone know of an application that can do this?
    Thanks,
    Will

    I'm not completely sure that MPEG Streamclip can convert AVCHD footage (.mts files).  If MPEG Streamclip doesn't do the job, then get a copy of Clipwrap, which was designed for transcoding .mts files to QuickTime/Apple Intermediate Codec (that's the format/codec you need to convert the .mts files to for use in FCE).

  • Need to get a JPG from stream, resize, convert again to JPG and save in DB

    Hi:
    I have a J2EE Applicaction wich is a migration from a ASP.NET project to Java.
    That web application is like a photo album service, where people can upload pictures. I take the pictures inside a bussiness object, containing two some fields, but one for the image is being uploaded and other one for the small representation of that picture, I mean a Thumbail or a resized image.
    Everything works excepct one thing, I dont know how to generate the thumbail. I seen lot of information about that, included JAI, but the problem is the next... I need to resize the image, and then, to save it into my bussiness object as a JPG image. I found how to resize the image, but always explanations stop there, and I need to know if exists one esasier way to do that (JAI is simply great, but for my project should to be too much), and how to implement a solution for my problem.
    In a few words:
    1 I have the JPG picture (as byte[]) inside one property in one of my objects
    2 I need to save in the other property a small version of the JPG picture, so I need to resize and preserve JPG format, and be able to get the byte[] of the picture.
    If is posible to help my, it could help me so much!!!!
    Plaase, excuse me for my horrible english, and greetings from Madrid.

    Hi, thanks so much!... After of working on it, I got the nest code using JPEGEncode, but when trying to get image I get a expection wich says:
    com.sun.image.codec.jpeg.ImageFormatException: Not a JPEG file: starts with 0x31 0xff
         sun.awt.image.codec.JPEGImageDecoderImpl.readJPEGStream(Native Method)
    I'll post my code here, coz may be is something I am doing wrong, please if you could help me on it, it could be great. The code is about one servlet:
    Thanks for all again!
    protected void processRequest(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException {
    response.setContentType("text/html;charset=UTF-8");
    PrintWriter out = response.getWriter();
    boolean isMultiPart;
    isMultiPart = ServletFileUpload.isMultipartContent(request);
    DiskFileUpload fu = new DiskFileUpload();
    fu.setSizeMax(10240*512);
    fu.setSizeThreshold(40960);
    fu.setRepositoryPath("/tmp");
    try {
    Iterator i = fu.parseRequest(request).iterator();
    FileItem actual = null;
    while (i.hasNext()){
    actual = (FileItem)i.next();
    String fname = actual.getName();
    Photo oPhoto = new Photo();
    oPhoto.setDesPhoto("sticked title");
    oPhoto.setBytesOriginal(actual.get());
    //creating the bufferedImage from a JPEG stream
    InputStream in = new ByteArrayInputStream(actual.get());
    JPEGImageDecoder decoder = JPEGCodec.createJPEGDecoder(in);
    BufferedImage image = decoder.decodeAsBufferedImage();
    in.close();
    //preparing thumbail numbers
    int thumbWidth = 150;
    int thumbHeight = 150;
    double thumbRatio = (double)thumbWidth / (double)thumbHeight; //ratio for the thumbail
    //obtain the picture width and height
    int imageWidth = image.getWidth(null);
    int imageHeight = image.getHeight(null);
    //it will works if the size of image is bigger than thumbail details
    if (imageWidth > 150 || imageHeight > 150) {
    double imageRatio = (double)imageWidth / (double)imageHeight; //ratio in the original image
    if (thumbRatio < imageRatio) {
    thumbHeight = (int)(thumbWidth / imageRatio);
    } else {
    thumbWidth = (int)(thumbHeight * imageRatio);
    // scale it to the new size on-the-fly
    BufferedImage thumbImage = new BufferedImage(thumbWidth, thumbHeight, BufferedImage.TYPE_INT_RGB);
    Graphics2D graphics2D = thumbImage.createGraphics();
    graphics2D.setRenderingHint(java.awt.RenderingHints.KEY_INTERPOLATION, java.awt.RenderingHints.VALUE_INTERPOLATION_BILINEAR);
    graphics2D.drawImage(image, 0, 0, thumbWidth, thumbHeight, null);
    try {
    ByteArrayOutputStream sout = new ByteArrayOutputStream();
    JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(sout);
    JPEGEncodeParam param = encoder.getDefaultJPEGEncodeParam(thumbImage);
    int quality = Math.max(0, Math.min(650, 100));
    param.setQuality((float)quality / 100.0f, false);
    encoder.setJPEGEncodeParam(param);
    encoder.encode(thumbImage, param);
    oPhoto.setBytesThumb(sout.toByteArray());
    sout.close();
    } catch (java.io.IOException ioe) {
    ioe.printStackTrace();
    } // end if image width or height
    oPhoto.setAlbumID(1);
    if(oPhoto.getBytesOriginal().length > 1) {
    oPhoto.add();
    } catch (FileUploadException exception) {
    out.close();
    }

  • Capture audio with microphone and save to disk

    Hello,
    I would like to know if there is any way to record audio from
    user's output? Let's say I capture it using its microphone, and I
    want to create an audio file with it, or a swf file or whatever
    file it is. I need to save that audio for further playback. Can
    someone point me in any direction!? I have been surfing on this
    topic but I didn't find anything, apparently it can't be done, but
    I would love otherwise.
    Thank you,
    JCA

    Yes that's the way it could work. FMS is designed for
    streaming audio, video and data around keeping things synchronised
    in real time, but it can save the streams to be played back later
    as well.
    It would be an expensive solution if that's all you want to
    do.... there is an open source 'version' in development... called
    red5, but I think you need to know how to program in java, although
    I'm not sure.
    Or you could look at adobe connect/formerly macromedia breeze
    - It prebuilt and is a pay for use service, but does much more than
    what you're looking for. I'm pretty sure you can custom logo it
    etc. You might want to try the free trial account and check it
    out.

  • I converted from a PC to a Mac Mini.  I have my PC documents backed up on a DVD disk.  I have an external DVD drive connected to the Mac Mini.  I want to open them up and save them to the Mac, BUT....when I put the DVD disk in the Mac is NOT reading it!

    I converted from a PC to a Mac Mini.  I have my PC documents backed up on a DVD disk.  I have an external DVD drive connected to the Mac Mini.  I want to open these documents up from the DVD storage and save them to the Mac, BUT....when I put the DVD disk in the Mac is NOT reading it!

    Hi Joe,
    Thanks for your quick response.  I should add....it worked before.  When I previously inserted the two DVDs into this remote drive, and I went into finder, I could click on the "remote device" line and see all my saved documents (excel, word, etc) on the DVD and open them on the Mac.  Now I cannot see them, when I try to open them on the Mac, nothing happens, nothing is displayed.  I just re-tested the remote DVD drive with a CD and, no problem, it opened up the CD via iTunes and I cold play the CD.  SO......I know the remote DVD drive (it's an LG by the way) is fine, it's something to do with some settings on my mini mac,especially where I could open it previously.  I do not remember changing any settings since then. 
    When I go into system preferences and click on CD/DVD it gives me options of how to open up a music CD (default is iTunes), a DVD (default is iMovie), etc.  The problem is my DVD is all miscellaneious files/documents.  I just want to be able to see them in the finder.  I also tried to open them via microsoft word, from the remote disk and again, it could not open the drive, even though some of the documents were microsoft word documents.  Again, I was able to open them previously and the DVD is not corrupted in any way.  
    Any additional advice? 
    Thank you!

  • How to edit bitmap which is imported in flash using xml and save the edited bitmap back to xml in flash.

    hi all
    It would be appreciated if any one let me know how to edit
    bitmap which is imported in flash using xml and save the edited
    bitmap back to xml in flash.
    Is it posible to save the bitmap data in flash?
    thanks in advance

    Yes you can... but like I said before you need to upload the
    data from the changes you make to a server.
    In terms of the solution... its unlikely that you'll find one
    specifically for your needs. You will have to learn whatever you
    don't know how already and maybe adapt some existing examples to
    your needs.
    To change the visual state of a movie clip... you just do all
    the regular things that you want to do to it using flash... scale,
    rotation, drawing API , textfields etc in actionscript. If you
    don't know how to how to do that stuff, then you need to learn that
    first. That's basic actionscript.
    You can capture the visual state of a movieclip using the
    BitmapData class. That includes a loaded jpeg. You can also
    manipulate bimatp data using the same class. You should read up on
    that if you don't know how to use it or check out the examples
    below for uploading info.
    For uploading to the server:
    Here's an as2 solution that took 15 secs to find using
    google:
    http://www.quasimondo.com/archives/000645.php
    If you're using as3, google search for "jpeg encoder as3" and
    look through that info. There are also historical answers in the
    forums here related to this type of thing that might help as
    well.

  • Converting a movieclip to bitmap data (AS3)

    Hi,
    Just been gradually switching over to AS3, and I've hit a
    problem and its doing my nut in because I can't find a way to get
    it to work.
    Basically I want to take a portion of a movieclip and convert
    it into bitmap data into another movieclip.
    I know the basis would be something like:
    var b:BitmapData=new BitmapData(100,100,false);
    var bm:Bitmap=new Bitmap(b);
    mymc.addChild(bm);
    But I can't work out how to get that to pick up the movieclip
    that I'm trying to extract from.
    Hayyyulp.
    The link below is the kind of method I want, but because this
    is drawn at real time it would cause the area to expand with the
    movie clip, when all i want is to extract a portion and place it as
    a surface texture. (draw on the box on the right hand side)
    http://www.visitmyworld.co.uk/body.swf
    Also, I don't really think it necessary to update in
    realtime, that and id assume generating the bitmap area in real
    time would cause major slowdown issues. If anybody has any
    different solutions to what I propose then advice welcome.
    The reason id want a bitmap is that data id want to project
    could be complex layers, ie- items can be dragged on rather than
    just being drawn on.
    Cheers,
    Adam

    And also, whilst we're at it, I seem to have hit a bit of
    trouble with understanding to call a parent function
    ie - in AS2 you would put:
    _parent.myfunction()
    Any ideas?.

  • After I connected my hard disk to a friend's windows system all my files have been converted to .ink files and do not open....what do i do? They had important content

    after connecting my hard disk to a windows laptop all my files have somehow converted to .ink files and are not accessible.....what do i do?

    What do you mean by "all files", surely only one category of files got their default open program changed.
    Choose the affected files, right click on an individual file, and "open with",...change to default program.
    For a group, right click > show info > open with > change ALL
    If more than one group of files has had its default opening program changed, a time machine roll-back would be the easy option. Do you have a TM backup?

  • How do I convert mail merge documents to individual pdf docs and save each with a field in the merge?

    How do I convert mail merge documents to individual pdf docs and save each with a field in the merge?

    Is this an actual field, or just some piece of static text somewhere? Either way, you can't do it using the Split Document command. You'll need to use a custom-made script to read the value of this "field" and use it when extracting pages from the file.

  • How to batch convert pdf to jpgs, crop to trim and save?

    I'm trying to figure out how to take a couple of hundred PDFs, Crop them to trim, then convert them all to JPGs using any of the adobe programs.
    In bridge I was able to Batch convert all the PDFs to JPGs but it wouldn't crop them to the trim also...
    I thought I could use the Photoshop Image Processor to batch action crop and save them again but I always get one of two errors... "There were no source files that could be opened by Photoshop." or "Please Specify a destination folder."
    I don't know why this is coming up since I have it selecting the folders with the JPGs that I converted in Bridge and saving to another folder..
    Does anyone know if I can do all of this at once? Or how I can somehow get this to work so that II don't have to open,crop and save for each individual file?

    Corel's WP has not / does not use anything of Adobe's to create PDFs.
    With Acrobat installed you can "file - print" WP files to the Adobe PDF virtual printer that is installed with Acrobat.
    Perhaps an OS based "batch" printer job would be possible. Something for you to look into.
    As well, if you have WP installed there may be something WP can do.
    To learn of such you'd want to visit Corel's WP customer support.
    Be well...

  • Export pdf    how to edit and save converted files

    I finally was able to convert to docx format, but see no way to use the converted file.  How can I edit and save in jpeg format?

    Hi Chuck,
    Please tell me what the problem is with the converted file. Are you unable to edit it, or did it not convert as you expected?
    Can you tell me how the PDF was created? (Different applications write PDF files differently, and some aren't as good as others--that can affect conversion).
    Best,
    Sara

  • Target disk mode for edit and save?

    I have about 40 GB worth of photoshop files on a white Macbook 2009 running Lion and I need to delete layer 1 from each file. Is it safe to start the Macbook in target disk mode, mount it on my MDD G4 (running 10.4.11) and then run a PhotoShop batch on the G4 which deletes layer 1 and saves to original location? I don't have room to move the files to the G4 and my older version of Photoshop won't run on the Macbook.

    Sure, "in theory" there should be no problems at all!
    However, risking the ONLY copy of your data doing a non-reversable change is just a generic "bad idea"!
    Always working on copies is a general good practice.
    Always!

Maybe you are looking for

  • Minority Vendor Report

    Hi Guys, We have been trying to create this minority vendor report in SAP. I tried using FBL1N to get the report, but FBL1N has minority indicator in the selection screen but does not display the Min Indicator in the report. So, is there a way i can

  • Multi line chart

    I have been pondering on this issue for a little while but couldn't figure this out. I have this mxml file which shows multiple lines in a chart. It has three arrays 1) SMITH 2) DECKER 3) JOHN Now the question is that if I make SMITH null as in the c

  • Message driven beans and object binding

              I want to write a message driven bean, and use javax.naming.Context's "bind(String,           Object)" method to bind the data to a key and eventually do a unbind(String) to           look up the data . Is binding/unbinding of object is all

  • Java and ML - can someone explain?

    In my total ignorance of Java, can someone please explain what, if anything, should be installed in 10.8.3? If I go to java.com, it says I don't have Java installed and the 'Missing Plug-in' graphic shows. I've seen all sorts of stuff about Java 7, J

  • A LOT of my music is missing. where did it go and how do I get it back? so far i hate this version

    a LOT of my music is missing. where did it go and how do i get it back?  so far i really do not like this version of itunes.