Screen Capture Program using Adobe Air,Java and Merapi

Project Link
http://code.google.com/p/merapi-examples/source/browse/#svn/trunk/screencapture
i have done some modifiaction in the above project.
from Java Part of the project i am Converting captured image to byte
array or file Stream and that byte array or stream is recieved in flex...but unable to form the
captured image.
please help me

Screen sharing is not currently supported in AIR.
Please vote for adding screen sharing support in a future AIR release here:
http://ideas.adobe.com/ct/ct_a_view_idea.bix?c=9D564F43-979A-4E35-AA21-85A61B6AB8DE&idea_i d=EED6CF9A-5C13-4A4E-9DD1-6A3FB56FBCDF
Thanks,
Chris Thilgen
AIR Engineering

Similar Messages

  • Programs using adobe air platform

    Hello everybody, I have downloaded a bunch of programs that use the adobe air platform. Programs like tweetdeck, twhirl, seesmic, spaz and some other. The thing is that, none of them work for me and I don't know if it's because there is some problem with adobe air not letting them connect properly. They are all programs which allow users to connect to their twitter account, but they just try to log in, and they stay there but nothing happens. Some of them say that they can't connect to twitter, or they just keep logging forever.
    The reason why I'm here is because I downloaded like 7 similar programs and not one of them work. So I don't think every single one of them has problems. That's why I'm wondering if the problem could be Adobe AIR? Can anyone please share their opinions on this? Because if Adobe AIR is not the problem I have to start looking somewhere else.
    I've already requested support from every single program, to see if they have some solution. I'm just here because I wanna know if the reason why none of them connect could be because of Adobe AIR?
    Thank you so much.

    Oh, sorry, my OS is windows vista home premium, and I use mozilla firefox 3.0.10 as my browser. Thank you. I've seen a forum on get satisfaction where people are having the same problem and apparently it's an adobe air problem because it doesn't connect to the internet. The link to that discussion is here.
    Is there a solution to this problem? Like what can we do to make adobe air connect to the internet?
    Thank you again so much.

  • How do I connect two video cameras to my computer have them both show up on the desktop at the same time so I can see and capture both images using a screen capture program?

    Hello, 
    I am a teacher and want to make some videos to post online for my class.  I would like to have it set up so that I have a powerpoint presentation going, a video camera pointing at a piece of paper I can write on and another video camera pointing at me.  How do I do this?  I have seen several solutions but they seem to be for switching between videos whereas I want both video images to be on at the same time.
    Also, is there a screen capture program you would recommend?

    Go to System Preferences - Sharing and change the computer name there. You can also, optionally, change the name of your hard drive to further clarify the origin of your backups. Click once on the "Macintosh HD" on your desktop, then click its name to allow you to edit it.
    Matt

  • CRASH REPORT  Product:  Adobe Photoshop CC  Application running on:  Apple iMac 3.5GHz / Mavericks 10.9.2  Application crashes without warning. .  Symptom:  Drop down boxes go blank white  (I shot screen captures of blank drop down boxes) and application

    CRASH REPORT
    Product:  Adobe Photoshop CC
    Application running on:
    Apple iMac 3.5GHz late 2013 / Mavericks 10.9.2
    Application crashes without warning.  Symptom:  Drop down boxes go blank white  (I shot screen captures of blank drop down boxes) and application stops working, actions for appox. 10 minutes preceding crash are lost. Force Quit  required to quit unresponsive / frozen  application and then Restart of  Adobe Photoshop CC
    Crash Frequency:  Three time in this work day, 5.6.14  Once a day sporadically (approximately 10 times) in past two weeks.
    Other applications running at time of crashes:  Adobe Bridge - NOT effected.  Computer was on line with no browsers open.
    Otherwise computer continued to operate normally.
    I have been using Adobe Photoshop CC for approximately two months.

    Thanks, Chris,
    I hope that this is the solution.
    re:  "And a crash report without an actual crash report (a long, detailed text document available from the crash report dialog), is not all that useful" :
    I did in deed submit a homemade crash report.
    I would have submitted "an actual Crash Report "  and sooner, but:  When this event occurs. there are NO dialog boxes.  All frozen / blank.  No possibility of "actual crash report" !
    Thank you!

  • How do I develop for multiple screen resolutions using Adobe Air

    Hi,
    I'm looking at developing mobile apps using Adobe Air but there's something I'm not quite sure. Sorry if this is a newbie question or has been repeated but I have looked at tutorials, etc but just want to get a general idea on how to prepare the assets. Here are some of my questions:-
    1) If I want to develop for the iPhone non-retina and retina resolution, do I actually need to only write the code and layout the graphics in retina(960 x 640) stage size and it will automatically scale down for non-retina resolution?
    2) How do I cater for iPhone 5 resolution? Do I actually need to swap say the background images through code by detecting the resolution size it was in? or do I actually just leave the background image longer it exceeds the stage height so when it's iPhone 5 it will show everything?
    thanks for the help!

    If you are talking about regular Flash work, and not your own code-layout application, then what happens depends on the scale mode of the stage. Typically, when doing code layout the stage is set to no_scale, and you have to do all the hard work yourself, calculating the size of things, and laying them out with ActionScript.
    If it's more of a typical Flash graphical scene there are two other scale modes that make life easier for you.
    The default scale mode is show_all. With that you will be certain to see all of the content of your original Flash stage, and if the screen is a wider ratio than your stage, the content that is off the sides of the stage will be revealed. See this app I made, that uses that technique:
    https://itunes.apple.com/us/app/meet-heckerty-funny-interactive/id514220257?mt=8
    It works well enough, I have enough extra background graphics to go out to a 16:9 screen, including iPhone 5. That particular stage is 1024x768, and it will scale all the way from iPad 3 Retina down to iPhone 3gs.
    The other scale mode that is useful is no_border. In that mode you are certain to not have any black borders around the stage. It achieves that by cropping into either the left and right, or the top and bottom, of the stage. See these apps I made, that work that way:
    https://itunes.apple.com/us/app/milkshake-mayhem/id556962979?mt=8
    https://itunes.apple.com/us/app/p.s.-snowflake-yourself/id571384475?mt=8
    In both of those cases I have content that is correct for half way between the ratio limits of 16:9 and 4:3 (or 9:16 and 3:4 for the portrait case). When the app runs on your device, some amount of the left and right, or the top and bottom, of the stage is cropped. I have enough background content for that to be ok, and all of the important content is within the middle 14:9 or 9:14 area of the screen. The stage size for the landscape app is 1680xx1080, exactly 14:9. This approach is better than the show_all one, in that the user doesn't feel like they are seeing a lot of blank space, as can be the case when viewing a 4:3 stage on a 16:9 screen.
    One last thing, even with either of those techniques the app won't fill the iPhone 5 screen. To get that to work you have to include a splash screen that is 640x1136, and name [email protected]. With that in place iOS knows to make your app use the full width or height of the iPhone 5.

  • Developing and using Adobe AIR native extensions for Android devices

    I was using this tutorial:
    "Developing and using Adobe AIR native extensions for Android devices"
    http://www.adobe.com/devnet/air/articles/ane-android-devices.html
    When packing the Flex mobile ANESampleTest to deploy on an Android device, the below error happens
    Error occurred while packaging the application:
    aapt tool failed:invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/drawable-xxhdpi
    invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/values-sw600dp
    invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/values-sw720dp-lan
    Does anyone know what the issue might be?

    Did you find a workaround for the Error? I'm getting the same and I can't seem to find any solution.

  • How would I create an USB Barcode Scanner Listener using Adobe AIR?

    I want to create a USB barcode scanner listener that would read in the scanned barcode, and place the barcode in a field in my AIR App even if the program wasn't focused on that particular field in the App.  If the client was using the application at the time for something else the scan would be buffered in AIR till requested or the AIR App has been idle for x period of time where upon the field would be brought into focus.
    How would I go about this (I'm developing on windows)  Was hoping for a USB solution within AIR but not fussy at all if I have to go outside AIR to solve this problem.  Java, Flex, ActionScript, Flash, C, C++, C#, VB (currently I've developed the rest of the App using Adobe AIR and JavaScript)
    I thought after some research that I could make a Java App (if all else fails) that listens and buffers the input and passes it along using a socket but JUSB doesn't work on Windows properly.
    I'm not stuck on any one particular implementation or idea just want to get development underway so...  Any ideas? or suggestions would be awesome.  I've googled a lot but haven't found any examples or solid suggestions, so any URL pointing to that information would be great too, if you know of a good one, then I'd be able to read up on any suggestion.
    Thanks,
    Marty

    Thanks Joe,
    Just for anyone else.  I bought a Metologic Scanner - VoyagerCG.  I was trying to get it to work using Java USB for a bit with no luck.  But if you get this scanner or one like it, it can be configured as a Virtual COM Port.  Which is very very easy in Java to set up as a listener and use sockets to transfer the data and listen within AIR.
    This PDF has links to drivers and instructions if this is useful to anyone.
    http://taltechnologies.com/products/Eclipse-Voyager%20Interface%20Options.pdf
    All the best,
    Marty

  • Best screen capture for using with premiere elements?

    i have been scouring the net to figure out how to get better results than what i'm getting with the camstudio (love the program, and it looks great until i pull it into premiere). I have read that it can be a codec issue or an fps issue, but before i follow those trails, i was wondering if there is a screen capture software that works well with premiere, without a lot of hassle. (not necessarily free, just reliable and hassle free with good quality in premiere elements) Anyone have experience with this?
    thanks in advance!

    Steve Grisetti wrote:
    Well, we've used Camtasia and Adobe's Captivate to make tutorials for http://www.muvipix.com. They're both excellent, and I've never had a problem with either.
    Chuck Engels is really the expert on both those program though. You can find him on the Muvipix forum daily.
    Steve.
    Would you please provide an update to the process of screen capture?  What does muvipix.com and lynda.com use?  I'm considering a project where my granddaughters create a couple of training videos for kids.  It's a dream, but might work!
    Thanks.
    Bill

  • Access CF/SD/MMC cards using Adobe AIR

    Hi
    Iam a newbie to Adobe AIR development, and I would like to know whether AIR application can access USB devices (such as CF/SD/MMC cards) and retrieve serial key (Non-volatile hardware key) number of that media card.
    It would be greate help if anybody can provide me a solution, if possible with some sample code.
    Thank you
    Mahesh.

    I might have rushed it a little: It works for a short period after the boot, but then theres that nasty kworker thread again:
    Cn Avg residency P-states (frequencies)
    C0 (cpu running) (51.7%) Turbo Mode 51.7%
    polling 0.0ms ( 0.0%) 2.27 Ghz 5.9%
    C1 mwait 0.0ms ( 0.0%) 1.60 Ghz 7.8%
    C2 mwait 0.2ms ( 5.7%) 800 Mhz 34.7%
    C6 mwait 1.0ms (42.5%)
    Wakeups-from-idle per second : 708.5 interval: 3.0s
    Power usage (ACPI estimate): 15.6W (1.5 hours) (long term: 12.5W,/1.9h)
    Top causes for wakeups:
    35.3% (604.0) kworker/0:0
    33.5% (572.3) [kernel scheduler] Load balancing tick
    15.9% (271.7) [iwlagn] <interrupt>
    5.2% ( 89.3) firefox
    5.1% ( 87.3) [i915] <interrupt>
    1.9% ( 32.7) kwin
    1.1% ( 19.3) [acpi] <interrupt>
    0.4% ( 6.0) [ahci] <interrupt>
    0.3% ( 5.7) thunderbird-bin
    0.2% ( 2.7) plasma-desktop
    0.2% ( 2.7) htop
    0.1% ( 2.3) yakuake
    0.1% ( 2.0) mysqld
    0.1% ( 1.7) [kernel core] sk_reset_timer (tcp_delack_timer)
    0.1% ( 1.7) [kernel core] hrtimer_start (tick_sched_timer)
    0.1% ( 1.0) sleep
    0.1% ( 1.0) thinkwatt
    0.1% ( 1.0) X
    Suggestion: Enable the CONFIG_INOTIFY kernel configuration option.
    This option allows programs to wait for changes in files and directories
    instead of having to poll for these changes
    I used to have around 10 watts average, now it's up to 15 or sometimes even 20 watts.
    Last edited by akurei (2011-05-19 15:37:00)

  • Screen Capture Program

    The MS problem recorder won't work since we need actual video not just stills. The other issue is the problem recorder is disabled through a GPO I believe in compliance with our HIPPA policies (hospital).

    Hello world!
    I am looking for a light-weight screen capture program to assist in trouble-shooting. While there are tons of options out there I am trying to find one that allows me to set it to launch when a preset EXE starts and closes / renders the video once the EXE closes. The other thing is it needs to run as silently as possible. I am aware of VLC but their current solution crashes way too often and leaves corrupt MP4 files all over the place. I will also note that I have been given a decent budget to use of this project so if it is some what pricey that may be okay.
    This topic first appeared in the Spiceworks Community

  • Wich programs brings Adobe Air withit ?

    Hi,
    i have to install some programms wich needs Adobe Air.
    To provide problems with other Adobe programms i have to know
    wich Adobe Programs installs Adobe Air by itselves.
    Is there a list or something?
    Thanks

    The AIR runtime will prompt for updates with any and all applications that use the stand alone runtime if an update is available.  However, this shouldn't be a problem, as newer versions of the runtime are backwards compatible.  If you'd like to make sure that your AIR app is always using AIR 3.2, I'd suggest utilizing a captive runtime.
    http://www.adobe.com/devnet/air/articles/air3-install-and-deployment-options.html
    http://help.adobe.com/en_US/air/build/WSfffb011ac560372f709e16db131e43659b9-8000.html
    Thanks,
    Chris

  • Commercial App using Adobe Air S

    Hello,
    I have completed building an entire commercial app using
    adobe air using html+ajax. Now when I decided to make the .air file
    and install it on various computers, I realised that the entire
    code (html+ajax+images) is available in plainsight to the users in
    their program files directory.
    Can someone please tell me a solution? Should I obfuscate the
    code? What options do I really have? Please help.
    Thank you.

    While this might not bee too comfortable, you could try to
    create a browser Flex app, which you use a a container for HTML/JS
    data container.
    Your app calls the Flex app for various parts. Within the
    Flex container you need to store and somehow encrypt all resources.
    For sure, the actual code in the browser will be visible -
    but probably not for each and any user.
    Not an ideal solution, but at least an option.
    Additionally google for 'JavaScript obfuscator':
    http://www.google.com/search?client=safari&rls=de-de&q=javascript+obfuscator&ie=UTF-8&oe=U TF-8
    Additionally, have a look at my
    previous
    post regarding Flex/AIR obfuscators

  • Downloads using Adobe Air

    This is difficult to even articulate but I'm trying to install an electronic advent calendar which calls for me to use Adobe Air and I'm requested to go into my Safari preferences and into the manage site section allow my computer to run in unsafe mode.  I decided I would do this for as long as it took to download the program.  But when trying to install it I get an error message that says, "Calendar can't be opened because it is coming from an unknown developer" even though I have the website open.  Anybody who has any knowledge of what to do to correct this would be greatly appreciated.  Since downloading Mavericks, I've run into more problems than with any other previous system update.
    Thanks.

    Thanks for the ideas and information guys.
    I am still confused on how I would have my application
    authorize the download instead of making a user input a username
    and password.
    I am wanting to do an auto update of my assets for my
    application without doing an application update. I have been able
    to get it to download a file to a specified location in the
    background using FileStream. I just haven't been able to figure out
    how to make the external files "secure".
    Encryption is not need at this point but that's a great idea
    that I'm sure I'll end up using.

  • How to get the data from mysql database which is being accessed by a PHP application and process the data locally in adobe air application and finally commit the changes back in to mysql database through the PHP application.

    How to get the data from mysql database which is being accessed by a PHP application and process the data locally in adobe air application and finally commit the changes back in to mysql database through the PHP application.

    If the data is on a remote server (for example, PHP running on a web server, talking to a MySQL server) then you do this in an AIR application the same way you would do it with any Flex application (or ajax application, if you're building your AIR app in HTML/JS).
    That's a broad answer, but in fact there are lots of ways to communicate between Flex and PHP. The most common and best in most cases is to use AMFPHP (http://amfphp.org/) or the new ZEND AMF support in the Zend Framework.
    This page is a good starting point for learning about Flex and PHP communication:
    http://www.adobe.com/devnet/flex/flex_php.html
    Also, in Flash Builder 4 they've added a lot of remote-data-connection functionality, including a lot that's designed for PHP. Take a look at the Flash Builder 4 public beta for more on that: http://labs.adobe.com/technologies/flashbuilder4/

  • Flash built app with in-app purchases using Adobe AIR

    I am working on building an app using flash which will run on desktop/ios/android, using adobe air to publish the final content. I am pretty proficient using flash, but not so much in actionscript.
    The idea for the app is one of a library where a user can read a free book (short story really) and then have the option to purchase other stories via in-app purchases.
    Does anyone know how this would work best? Should those short stories be located in separate movie clips within the app and are just locked and invisible until the user makes payment? Then when paid they are made visible for the user to read? Or should be be held somewhere externally? Maybe in PDF form, so when the user purchases then they can view the pdf within the app?
    Or what would people recommend?
    Thank you in advance for any help/advice!

    they can be within your app.
    that's easiest and i don't think anyone would bother de-compiling your app to access the paid content.

Maybe you are looking for

  • Using iTunes Library with a read-only account...

    Hi! I use my HD connected to my AEBS and to create some accounts in which people can use information on the shared folder that is created when the account preference is chosen. I later copied my iTunes library in the same folder so that everybody had

  • YouTube no longer works in Safari 3.1.1ow

    Since I upgraded to Safari 3.1.1 YouTube video has stopped working. Other flash based movie sites continue to function properly. Could someone please let me know if there is a work around or fix? Thanks!

  • How do I extend the length of a photo in iMovie

    I am trying to create a movie using only photos from iPhoto. How do I extend the viewing length of each photo? I have about 90 photos and I'm trying to do a 15-20 min. movie presentation. Right now, each photo only shows up for about 3 seconds. I wan

  • Transfer iphoto library to my mac

    I would like to move my iphoto library with thousands of photos to my new mac. Can anybody suggest how best I would go about doing this easily? Thanks

  • Should I keep replacement SIM card?

    Just replaced my 4s for technical problems with the same model (insurance claim)  The new phone came with a SIM card, which I replace with the one from my old phone, is this other card any good for anything? The directions say they just want the old