This is a discussion on Adobe AIR integrated with flex within the Adobe Flex Programming forums, part of the Web Development category; Hi, In Adobe flex 3 beta has a excellent feature called Adobe® Integrated Runtime (AIR™). This is mainly used to ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi, In Adobe flex 3 beta has a excellent feature called Adobe® Integrated Runtime (AIR™). This is mainly used to access the Client file system and OS. This is very good feature for developing the Desktop applications in Adobe flex. Adobe® Integrated Runtime (AIR™) is a cross-operating system runtime that allows you to leverage your existing web development skills (Flash, Flex, HTML, JavaScript, Ajax) to build and deploy Rich Internet Applications (RIAs) to the desktop. AIR enables you to work in familiar environments, to leverage the tools and approaches you find most comfortable, and by supporting Flash, Flex, HTML, JavaScript, and Ajax, to build the best possible experience that meets your needs. For example, applications can be developed using one or a combination of technologies below:
thanks ![]()
__________________ Karpagarajan. R Necessity is the mother of invention |
| Sponsored Links |
| |||
| Coll Post. Here u can see the good AIR sample applications Adobe Labs - Adobe Integrated Runtime (AIR) Sample Applications Can we access the local sytem files with AIR? ![]() |
| |||
| AIR application XML file Hi this is my first AIR application. Cool ![]() Each AIR application requires an application descriptor file. This XML file defines various properties of the application, and is embedded in the AIR package that is distributed to users. To create the application descriptor file, use a text editor to create an XML file named AIRHelloWorld-app.xml and then add the following text: <?xml version="1.0" encoding="UTF-8"?> <application xmlns="http://ns.adobe.com/air/application/1.0.M4" appId="com.adobe.air.example.AIRHelloWorld" version="1.0"> <name>Hello World</name> <description>A test AIR application.</description> <copyright>2007</copyright> <rootContent systemChrome="none" transparent="true" visible="true">AIRHelloWorld.swf</rootContent> </application> And the Application mxml source is <?xml version="1.0" encoding="utf-8"?> <mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" title="Hello World"> <mx:Style> Application { background-image:""; background-color:""; background-alpha:"0.5"; } </mx:Style> <mx:Label text="Hello AIR" horizontalCenter="0" verticalCenter="0"/> </mx:WindowedApplication> thanks ![]()
__________________ Karpagarajan. R Necessity is the mother of invention |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/adobe-flex-programming/1904-adobe-air-integrated-flex.html | |||
| Posted By | For | Type | Date |
| Digg / Technology / Upcoming | This thread | Refback | 07-20-2007 07:42 AM |
| Digg - Adobe AIR | This thread | Refback | 07-20-2007 06:11 AM |
| Digg / Programming / Upcoming | This thread | Refback | 07-20-2007 05:24 AM |
| Digg / Technology / Upcoming | This thread | Refback | 07-20-2007 03:47 AM |
| Digg / Programming / Upcoming | This thread | Refback | 07-20-2007 02:56 AM |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Adobe Flex Tips & Tricks | Karpagarajan | Adobe Flex Programming | 10 | 11-22-2008 06:48 AM |
| Can I use JavaScript Reporter in Integrated Development Environments (IDEs)? | Pvinothkumar | HTML, CSS and Javascript Coding Techniques | 1 | 09-13-2007 06:01 AM |
| How do you pronounce 'Adobe' ? | itbarota | The Lounge | 6 | 09-03-2007 12:02 AM |
| Adobe LiveCycle Data Services for flex | Karpagarajan | Adobe Flex Programming | 0 | 07-20-2007 02:05 AM |
| Adobe Flex 3 Beta | Karpagarajan | Adobe Flex Programming | 0 | 07-16-2007 06:38 AM |