creating adobe air applications?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • susheela s
    New Member
    • Sep 2009
    • 10

    creating adobe air applications?

    Hi,
    Im interested in learning how to create an adobe air application using Flex 3SDK.I need some links to refer.In google i serached about this i got many.But, im confused which one to follow.So,can anyone plz guide me.

    Thank u.
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    start here ... and select the section you need ... there are tutorials for HTML/AJAX, Flash, Flex ...

    kind regards

    Comment

    • susheela s
      New Member
      • Sep 2009
      • 10

      #3
      Hi.

      I followed the links which u gave.It was really very useful. I tried developing an air application .The procedure i followed is there in this link "http://help.adobe.com/en_US/AIR/1.5/devappsflex/WS5b3ccc516d4fb f351e63e3d11866 6ade46-7fd8.html"
      I could able to generate swf file by compliling and i also tested the application.
      But while packageing air installation file i not able to do.
      Here first i need to create a certificaticate i did that.
      Then i entered the commands for creating air file,When i did this it asks for password but im unable to enter the password.If i stike enter key it displays procedure to follow but again samething is happening.

      Below are the sequence i followed which is mentioned above link

      Code:
      C:\Flex SDK>adt -certificate -cn Slfsigned 1024-RSA sampleCert pfxsamplePassword
      
      
      C:\Flex SDK>adt -package -storetype pkcs12 -keystore sampleCert.pfx HelloWorld.air HelloWorld-app.xml HelloWorld.swf
      password:
      could not load keystore file (password may be incorrect)
      usage:
        adt -checkstore SIGNING_OPTIONS
        adt -certificate -cn <name> ( -ou <org-unit> )? ( -o <org-name> )? ( -c <count
      ry> )? <key-type> <pfx-file> <password>
        adt -help
        adt -migrate SIGNING_OTIONS <air-file-in> <air-file-out>
        adt -package SIGNING_OPTIONS <air-file> <app-desc> FILE_ARGS
        adt -prepare <airi-file> <app-desc> FILE_ARGS
        adt -sign SIGNING_OPTIONS <airi-file> <air-file>
        adt -version
      
      SIGNING_OPTIONS: -storetype <type> ( -keystore <store> )? ( -storepass <pass> )?
       ( -keypass <pass> )? ( -providerName <name> )? ( -tsa <url> )?
      FILE_ARGS: <fileOrDir>* (( -C <dir> <fileOrDir>+ ) | ( -e <file> <path> ))*
      Plz help ........

      thank u
      Last edited by gits; Nov 19 '09, 07:19 AM. Reason: added code tags

      Comment

      • gits
        Recognized Expert Moderator Expert
        • May 2007
        • 5390

        #4
        i think that since that is a quite specific AIR question you might ask in the Flash-forum of this site or try it at the Adobe-support-forums. I couldn't be of great help wit that issue since i don't use AIR or have ever built an AIR application ... so in case nobody jumps in here and could give you a better hint ... i have to admitt that i'm out of ideas at the moment regarding this issue ... except trying to get the answer somewhere else.

        kind regards

        Comment

        Working...