Tag Archives: flex 2

An introduction to Adobe Flex for beginners – Part 1

(Here’s an article I wrote for another website, thought I’d go ahead and post it here) Adobe Flex is a development platform for rich internet applications (RIA), based on the Adobe Flash platform. Flex projects, (like flash) compile into the … Continue reading

Posted in Flex | Tagged , , , , , , , | 2 Comments

Sorting DataGrid Component In Flex

I recently had a project with a dataGrid, and I wanted to change the initial sort order of data in a colummn which was provided by an unsorted(sorted by a different column) database using an HTTPService call. It seems to … Continue reading

Posted in Flex | Tagged , , , , | 1 Comment

Simple Poll System Using Flex, PHP and MySql

Here is a simple polling system I’ve been working on, integrating Flex 2, Flex charting, PHP and MySql. I’m not a PHP expert, so there may be better(more secure) ways to do this. One thing to keep in mind is … Continue reading

Posted in Flex | Tagged , , , , , | 3 Comments

Simple Flex Mp3 Player

flex mp3 player Here’s a simple mp3 player based on the code by Dave at pxldesigns -http://www.pxldesigns.com (thanks!) I changed it around a little, and added some functionality – nextTrack and PreviousTrack buttons, and housed it in a draggable, collapsible … Continue reading

Posted in Flex | Tagged , , , , , | Leave a comment