Adobe Air 3 Beta for Flash Builder

Adobe released Air 3 this month. The new Flash Builder is coming with Adobe Air 3. Those who already installed Flash Builder can upgrade the Air SDK to 3. This video will help you in this case.

Thanks CrosByMichaela for sharing this.

Air 3 has many support for mobile development. For example, it has now support of iPhone application background running features such as play audio, access internet, use voice service, and location based services.

Flash build iPhone profile xml file now supports properties like:

1
2
3
4
5
6
7
8
9
10
11
    <key>UIDeviceFamily</key>
         <array>
                    <string>1</string>
                    <string>2</string>
          </array>
     <key>UIBackgroundModes</key>
     <array>
                <string>audio</string>
     </array>
     <key>UIRequiresPersistentWiFi</key>
     <string>YES</string>
0 Comments

No comments yet.

Leave a Reply

More in php (4 of 101 articles)


Audio recording using Flash ====================== To Record voice from web we need the following thing: 1) A flash media server ...