Results 1 to 4 of 4

Thread: Executing a exe from adobe air ??

  1. #1
    Join Date
    Apr 2010
    Posts
    87

    Executing a exe from adobe air ??

    I am going to create an application and I need to do something which I didn't do before and suddenly,it has been necessary for me..I am unable to do that while I worked upon windows system . I need to run a exe from adobe AIR but I can't do it and I have no idea how to do it .Currently, I am working upon the Adobe Flex Builder 3. Someone can suggest me about this , It's very necessary for me .

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Executing a exe from adobe air ??

    There is one method and it have just added with the AIR application and you can easily achieve this feature. This feature has been made available in AIR2 with the NativeProcess APIs. You can get it from the official site of Adobe but remember one thing you have to download the latest version of Adobe AIR..You have to make the interface between the native processes and AIR application then after you can do all that ...

    Thanks ..

  3. #3
    Join Date
    May 2008
    Posts
    2,297

    Re: Executing a exe from adobe air ??

    As about the Adobe AIR 2, AIR applications can be launched and able to interact with different native processes through the command line argument . For instance , an AIR application is executable for a process and can interact with this through the standard input and output streams. An AIR application in the extended desktop profile can launch a file, as if this were accessed by the command line option. It can interact with the standard streams of the native process. Standard streams contains the functionality of standard input stream (stdin),output stream (stdout), the standard error stream (stderr).

  4. #4
    Join Date
    Oct 2005
    Posts
    2,393

    Communicating with a native process

    When an AIR application has started a native process, it can interact with the standard input, standard output, and also with the standard error streams of the standard process. You can access and modify data to the streams with the help of below suggested properties of the NativeProcess object:

    • standardInput—Contains access to the standard input stream data.
    • standardOutput—Contains access to the standard output stream data.
    • standardError—Contains access to the standard error stream data.

Similar Threads

  1. Picasa 3 freezes while executing
    By Vandam in forum Windows Software
    Replies: 5
    Last Post: 12-02-2010, 05:44 AM
  2. Flv files not executing on k-lite
    By CAILYN in forum Windows Software
    Replies: 3
    Last Post: 01-12-2009, 10:31 PM
  3. Dvd shrink 3.2 not executing
    By Aandaleeb in forum Windows Software
    Replies: 4
    Last Post: 27-11-2009, 05:45 PM
  4. Executing Machine Language
    By MonsterWorld in forum Software Development
    Replies: 3
    Last Post: 19-08-2009, 03:03 PM
  5. Webserver is not executing CGI files.
    By Gill_christ in forum Software Development
    Replies: 2
    Last Post: 01-05-2009, 12:32 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,581,476.72997 seconds with 16 queries