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 Actionscript, beginning flex, Flex, flex 2, flex 3, flex builder, flex components, MXML
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
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
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