praveenjayapal
praveenjayapal

Reputation: 38579

how to work with air adobe

I have aptana studio and install the air adobe 2.0 beta version. I have export a sample program with the extension of air.. But i dont know how to instal it to show as a windows application..

My requirement is :: I want to show up a html page as a windows application. Am i going in the right path. Please help me how to proceed it.

And also i am having some sample air file downloaded from websites.. How to work on it.

Upvotes: 2

Views: 274

Answers (3)

Pradyumna Swain
Pradyumna Swain

Reputation: 1138

  1. Install Adobe Air SDK and Update the path accordingly.
  2. Install Adobe Air.
  3. Build the application and package it.
  4. Run the *.air file by double clicking on it.
  5. Follow this tutorial to run a Hello World.http://code.tutsplus.com/tutorials/introduction-to-adobe-air--net-986

Upvotes: 0

George Profenza
George Profenza

Reputation: 51867

As Francis mentions and the devnet guide as well, make sure you have AIR installed.

I haven't used Aptana for AIR, but their run guide looks pretty straight forward.

Upvotes: 0

Francis
Francis

Reputation: 12018

  1. intall AIR runtime
  2. then clicking the "*.air" file will install it (system will invoke AIR runtime)
  3. the AIR runtime will also create short-cuts for you, which will be shown as windows application

Upvotes: 1

Related Questions