Is it possible to take a screen shot photo from Flashplayer?

Is it possible to take a screen shot photo from Flashplayer?

http://www.techsmith.com/download/jing/
Jing pales in comparison to SnagIt, TechSmith's paid software. It's well worth the $49.95. I have it for Mac and Windows.
Windows Vista, 7 and 8 have Microsoft's "Snipping tool" as well.
It's in the Accessories folder of the Start Menu on Vista/7, C/Windows/System32 folder on Windows 8.

Similar Messages

  • How To Save Screen Shot Photo From iPAD to JPEG FORMAT

    How To Save Screen Shot Photo From iPAD to JPEG FORMAT

    The "iPad format" is PNG (which is better quality than JPEG).
    There is no way to choose JPEG at the moment of taking the screen shot. You will need to convert the file using conversion software, probably on your computer. Google "convert PNG to JPEG".

  • How to take a screen shot automatica​lly and from a remote location

    Hi,
    I have a Desktop, a Video Analyzer with Windows XP, and a Laptop, also running Windows XP. What I would like to do is take a screen shot from the Video Analyzer while running the LabVIEW VI from my laptop.
    I have found this, which gives me insight into the complexity of a print screen call, but this is really only if LabVIEW were running on the system from which my screen shot is desired. For this post, that is not the case.
    If you have a solution or even just a vague idea or comment, please do not hesitate to post. I appreciate any and all feedback on this topic.
    Thank you for your time.
    Jake Brinkmann
    Electrical Engineering Intern

    Thank you for your response. I would like to aviod using outside software in this. I'm sure that TightVNC is great, and it would probably work. I would, however, just like to do this using labview and labview only. Maybe it isn't possible but I really would like to do it entirely in labview. If anyone has any suggestions, I would love to hear them even if they, too, have outside software involved.
    Thanks again Joseph

  • How do I take a screen shot with my iphone 5S?

    How do I take a screen shot with my iphone 5S?

    Press the "Home" button and the sleep/wake button at the same time to take a screen shot.

  • How do I take a screen shot on my macbook pro?

    How do I take a screen shot on my macbook pro?

    Press the Shift, Command, and 3 keys to capture the whole screen.
    Press the Shift, Command, and 4 keys to capture a draggable part of the screen, or follow it with the spacebar to capture a window.
    Open the PNG on the desktop. Alternatively, combine either of the above with the Control key to put the screenshot onto the clipboard instead of the desktop.
    (104403)

  • How do I take a screen shot with MacBook Pro?

    Thought I could take a screen shot with my MacBook Pro but can't find any instructions.  Help

    Press the Shift, Command, and 3 keys to capture the entire screen.
    Press the Shift, Command, and 4 keys to capture a draggable part of the screen.
    Press the Shift, Command, and 4 keys followed by the spacebar to capture a window.
    Open the png on the desktop.
    (82116)

  • I forgot how to take a screen shot on my iMac

    I forgot how to take a screen shot on my iMac
    Can someone please remind me?
    Thank you

    If you want a certain area:
    Command + Shift + 4 > use the cursor to define the area
    Command + Shift + 3 > does the entire screen

  • Ipad 2 screen is black . when i press the power button it takes a screen shot but i have no functionality . tried holding the home and power button together but the screen just flicker and stay black . no apple icon shows up. help please

    ipad 2 screen is black . when i press the power button it takes a screen shot but i have no functionality . tried holding the home and power button together but the screen just flicker and stay black . no apple icon shows up. help please

    Make sure it is charged for about 10min using the adapter, then connect in recovery mode, explained in this article:
    If you can't update or restore your iOS device

  • How can I take a screen shot on the iPad Air and keep the resolution at 2048 x 1536. For some reason when I'm in an app it reduces the resolution

    How can I take a screen shot on the iPad Air and keep the resolution at 2048 x 1536. For some reason when I'm in an app it reduces the resolution

    Tatanka11 wrote:
    I'm new to Mac,...
    Then...  You may find these Links of Interest and Value...
    Show me how to set up my Mac.
    http://www.apple.com/support/mac101/
    http://www.apple.com/support/switch101/     Switching from PC
    http://www.apple.com/findouthow/mac/
    Enjoy your Mac...

  • How to take the screen shot of my computer page by using Labview.... is there any funtions available in Labview?

    How to take the screen shot of my computer page by using Labview.... is there any funtions available in Labview?

    Another thread about this theme.
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • How can I capture the photo shutter sound when you take a screen shot

    I want to use the Mac's shutter sound that is used when you take a screen shot or take a Photo Booth photo. I tried Audio Hijack but it doen't capture the sound. I figure this audio file must be in the system folder somewhere.

    A camera shutter sound can be found in
    HD>LIBRARY>AUDIO>APPLE LOOPS>APPLE>iLIFE SOUND EFFECTS>FOLEY

  • In power mac g5, how to take Automatic Screen Shot with Date

    in power mac g5, how to take Automatic Screen Shot with Date ?
    please help me

    If you are standing by, and activating the process by keyboard
    you could be sure to include the open Date Time menu bar
    image in a complete screenshot, using cmd shift 3. Or outline
    the area you want if not full-screen, by using cmd shift 4.
    The command button may also have an apple icon on it.
    So that's the three key shortcuts for full & partial screen.
    For a more automated method, perhaps try using software to
    run an AppleScript, like Automator. Then write a script or find
    one that you can modify to do tasks and test it.
    There may be other methods, however identifying your intent
    would be higher on the list at this time; to narrow the method.
    Good luck & happy computing!

  • Hi my name is Aditya. i am using ipad 2. 2 days ago my ipad fall down from my hand and now its screen is not working it is totally blank but shocking thing is that when i take a screen shot the display came back for 2-3 second. any one like me?

    hi my name is Aditya. i am using ipad 2. 2 days ago my ipad fall down from my hand and now its screen is not working it is totally blank but shocking thing is that when i take a screen shot the display came back for 2-3 second. dose ne 1 have same problem....?

    Anyone have any suggestions? or is everyone else just as clueless as me !

  • Any method of Openscript code we can use to take a screen shot?

    same as my question, what is method we can use to take a screen shot of browser? i would like to use it when we flag a failure of testing.

    you have the funciton:
    .getScreenCapture(0, 0, 400, 400, imgName)
    Something like that:
    import java.io.File;
    import java.io.FileOutputStream;
    String path = getScriptPackage().getScriptPath();
    String folder = path.substring(0, path.lastIndexOf("\\")); String imgName = folder + "\\capturedImg.jpg"; File imgFile = new File (imgName); [...] web.window(5, "/web:window[@index='0' or @title='Test Web Events']")
    .navigate("http://example.com/Web_Event.html");
    web.window(7, "/web:window[@index='0' or @title='Test Web Events']")
    .waitForPage(null);
    web.textBox("/web:window[@index='0' or @title='Test Web Events']" +
    "/web:document[@index='0']" +
    "/web:input_text[@name='Text' or @index='0']")
    .focus();
    if(imgFile.exists()){
    if(imgFile.setReadOnly()){
    imgFile.setWritable(true);
    imgFile.delete();
    ft.getScreenCapture(0, 0, 400, 400, imgName); if(!imgFile.exists()){
    warn("getScreenCapture() failed.");
    JB

  • I have an iPod touch, 3rd generation, and when I push the button to put it to sleep, my iPod takes a screen shot.  It's really annoying.  Is this a result from updating to iOS 4.3.3?  Also, my screen is EXTREMELY sensitive-breathe on it and it turns on.

    I have an iPod touch, 3rd generation, and when I push the button to put it to sleep, my iPod takes a screen shot.  It's really annoying.  Is this a result from updating to iOS 4.3.3?  Also, my screen is EXTREMELY sensitive—breathe on it and it turns on.

    - Are you also having problems with the Home button?  Maybe it is sticking a little since to take a screen shot you depress the Home and Power/Sleep buttons at the same time.
    - I have not seen your problem discussed here before.
    - I would first try resetting the iPod:
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Next would be to restore the iPod via iTunes.  First from backup and if problem persists, restore to factory defaults/new iPod.

Maybe you are looking for

  • Problem with some apps after upgrade to 5.1 (can I downgrade it to 5.0 ??)

    Dear all, I'm experiencing some problems with apps after upgrading to 5.1, some of them just got stucked or not even start up. Is there a way of fixing this or downgrade to 5.0 ?? Thanks

  • Mapping issue in OWB11g

    Hi i already created and deploy mapping but now i want to insert/update in my target table not from source through constant operater with four columns (insert_userid,insert_date,update_userid,update_userdate) i already insert date and id but i want t

  • Google apps sync with Pre2 failed

    Hi I was using google apps sync with my old Pre (1.4.5) and it worked fine. Configuration is same as iphone. Just select Exchange EAS and use the manuel exchange settings to m.google.com this synced all mails, calendar, contacts similar to an Microso

  • How to ready error in  Logfile?

    HI I am not sure wheather my question is related to this forum or not. I want to know how oracle is capturing errors and what is correct way to ready error in logilfe? Example: below is error: its generated on "<Jul 15, 2013 1:16:34 PM GST" and by lo

  • The show toolbar is greyed out in safari and can't get it to not hide

    How can I get the toolbar on Safari to stay on top?  It keeps hiding?