Not finding what you are looking for? Request a recipe!
Utilizing a little Date and Math magic with a pinch of the Timer Class, it's easy to display the days until Christmas.
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 ...
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.
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.
Create your own AIR application that contains the AIR and Flex 3 API - independent of your internet connectivity.
Look no further than the SoundChannel and the SoundTransform Classes. By combining these, you can add a mute button to your MP3 Player.
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).
Using the Flex 2 RegExp Class and the correct regular expression pattern, this is easily done.
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.