Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 5.0

    Days Until Christmas

    Utilizing a little Date and Math magic with a pinch of the Timer Class, it's easy to display the days until Christmas.

  2. Avg. Rating 5.0

    AIR Encrypted SQLite Database

    AIR applications, as of AIR runtime 1.5 support encrypted SQLite databases. The SQLConnection class contains 'open' and 'openAsync' methods that include an optional encryptionKey parameter. The encryptionKey parameter is 16 bytes long and a ByteArray. Writing your AIR application's code to create an ...

  3. Avg. Rating 4.4

    Get a Client IP Address with a RemoteObject Call

    Yes. Using ColdFusion server-side logic, CGI.Remote_Addr, one can detect a User's IP address and limit access to a restricted part of Flex content.

  4. Avg. Rating 4.2

    Create a Flex 2 Banner Ad Rotator

    This solution utilizes a Remote Object call to a CFC and some data-binding magic to randomly rotate the banner ad's images on a timed interval.

  5. Avg. Rating 4.0

    Create your own AIR Flex 3 API application

    Create your own AIR application that contains the AIR and Flex 3 API - independent of your internet connectivity.

  6. Avg. Rating 3.9

    Muting the playback of an MP3

    Look no further than the SoundChannel and the SoundTransform Classes. By combining these, you can add a mute button to your MP3 Player.

  7. Avg. Rating 3.6

    Button Icon Changes at Runtime

    By embedding a button's active as well as dimmed image, you can toggle the appearance of the button based on User interactions (e.g. button click events).

  8. Avg. Rating 3.3

    Cleaning Tag-based Content with a Regular Expression

    Using the Flex 2 RegExp Class and the correct regular expression pattern, this is easily done.

  9. Avg. Rating 3.3

    Streaming an MP3 with Flex 2 and Flash Media Server

    Utilizing a Flash Media Server and Flex 2, you can easily stream the MP3, so it can begin to play immediately. Additionally, the ID3 information can be displayed for those MP3's containing this data.

  • Results 1-9 of 9