31 August, 2011
Since Flex 4.5, you have had the ability to develop and export your projects as Android, iOS and PlayBook mobile applications that behave as native ones.
You can also export your Flex mobile project as AIR desktop apps. Just open Flash builder, open your project and choose Project > Export release build. You can then export a […]
Tags: AIR, Android, Flash, Flex, iOS, PlayBook, Tutorial
Posted in AIR, Android, Development, Flash, Flex, iOS, PlayBook
31 August, 2011
Leonardo França writes; Zend AMF is an implementation done in PHP to work with the communication protocol binary AMF (Action Message Format) and is part of ZendFramework. I had to implement a system to upload files that were a little different than what is typically used in Flash, with this feature had to be integrated […]
Tags: AIR, Flash, Flex, PHP, Zend Framework, ZendAMF, Zend_Amf_Server
Posted in AIR, Android, Development, Flash, Flex, PHP, Zend Framework
31 August, 2011
Shine (formely 8hz-MP3) is a simple lightweight C-based MP3 encoder made by LAME developer Gabriel Bouvigne.
Description of Shine on his website:
The goal of this encoder was not quality, but simplicity. I tryed to simplify the encoding process as much as possible. So Shine is then a good starting point when a programmer needs a very […]
Tags: AIR, Flash, Flex, MP3, Sound
Posted in AIR, Android, Development, Flash, Flex
31 August, 2011
Helper class to write WAV formated audio files. The class expects audio input data in a byte array with samples represented as floats.
The default compressed code is set to PCM. The class resamples and formats the audio samples according to the class properties. The resampling geared for performance and not […]
Tags: AIR, Flash, Flex, Sound, WAV
Posted in AIR, Development, Flash, Flex
2 August, 2011
Here is a very good multi-part tutorial on the ins and outs of mobile client / server development, that adds some quite useful functionality on Android, Apple IOS and Blackberry mobile devices.
In this Test Drive, you are going to create a Flex mobile application that retrieves, displays, and modifies database records (see Figure […]
Tags: Flash, Flex, PHP, Zend, Zend Framework, ZendAMF
Posted in AIR, Android, Development, Flash, Flex, PHP
2 August, 2011
Flash Builder 4.5 has a built-in data paging feature that generates ActionScript code to retrieve data from the database incrementally on demand. For example, suppose your database has thousands of records and you want to fetch only 20 rows at a time and display them in a data grid. When you […]
Tags: DataGrid, Flash, Flex, PHP
Posted in AIR, Development, Flash, Flex, PHP