IT Community - Software Programming, Web Development and Technical Support

Adobe AIR integrated with flex

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 ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > Adobe Flex Programming

Register FAQ Members List Calendar Mark Forums Read
  5 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 07-16-2007, 11:13 PM
Karpagarajan Karpagarajan is offline
D-Web Analyst
 
Join Date: Mar 2007
Posts: 297
Karpagarajan is on a distinguished road
Smile Adobe AIR integrated with flex

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:
  • Flash / Flex / ActionScript
  • HTML / JavaScript / CSS / Ajax
  • PDF can be leveraged with any application As a result, AIR applications can be:
  • Based on Flash or Flex: Application whose root content is Flash/Flex (SWF)
  • Based on Flash or Flex with HTML or PDF. Applications whose root content is Flash/Flex (SWF) with HTML
  • (HTML, JS, CSS) or PDF content included
  • HTML-based. Application whose root content is HTML, JS, CSS
  • HTML-based with Flash/Flex or PDF. Applications whose root content is HTML with Flash/Flex (SWF) or PDF content included

thanks
__________________
Karpagarajan. R
Necessity is the mother of invention
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-19-2007, 02:39 AM
geoblow geoblow is offline
D-Web Trainee
 
Join Date: Jul 2007
Posts: 19
geoblow is on a distinguished road
Default AIR Samples

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?
__________________
Geo
Actionscript Villain
geoblow.com
Atleast an inch move every day!
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-19-2007, 07:49 AM
Karpagarajan Karpagarajan is offline
D-Web Analyst
 
Join Date: Mar 2007
Posts: 297
Karpagarajan is on a distinguished road
Post Re: Adobe AIR integrated with flex

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
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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 06:42 AM
Digg - Adobe AIR This thread Refback 07-20-2007 05:11 AM
Digg / Programming / Upcoming This thread Refback 07-20-2007 04:24 AM
Digg / Technology / Upcoming This thread Refback 07-20-2007 02:47 AM
Digg / Programming / Upcoming This thread Refback 07-20-2007 01:56 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Adobe Flex Tips & Tricks Karpagarajan Adobe Flex Programming 6 03-10-2008 05:44 AM
Can I use JavaScript Reporter in Integrated Development Environments (IDEs)? Pvinothkumar HTML, CSS and Javascript Coding Techniques 1 09-13-2007 05:01 AM
How do you pronounce 'Adobe' ? itbarota The Lounge 6 09-02-2007 11:02 PM
Adobe LiveCycle Data Services for flex Karpagarajan Adobe Flex Programming 0 07-20-2007 01:05 AM
Adobe Flex 3 Beta Karpagarajan Adobe Flex Programming 0 07-16-2007 05:38 AM


All times are GMT -7. The time now is 12:47 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0