Monthly Archives: January 2008

Flex Mp3 Player With php / mysql playlist and php file uploader

This is a work in progress, and is still pretty rough, but I thought I’d put it up.Source Here EDIT: THE EXAMPLE HAS BEEN TAKEN DOWN FOR BANDWIDTH REASONS, YOU CAN VIEW THE SOURCE AT THE ABOVE LINK THE PHP … Continue reading

Posted in Flex | Tagged , , , , , , | 4 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

Flex Calendar

Flex Event Calendar (Flex 3) example Creating a monthly tour date event calendar in Flex from Quietly Scheming’s Calendar App This is my modification (butchering) of Ely from Quietly Scheming‘s calendar app. Major Kudos go to ely for developing this … Continue reading

Posted in Flex | Tagged , , , , , , | 11 Comments

The (IN)Security of Flash/Flex Part 1

1) I think a lot of flash designer/developers believe that media (eg. a “streaming” mp3 or .flv) is safe from download when it is presented through a flash or flex .swf. This is simply not true. In fact after one … Continue reading

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

Downloading Papervision3D 2.0 GreatWhite

Downloading Papervision3D 2.0 Greatwhite from the svn requires a little work: here’s a method (although I used SCplugin for osX instead): http://pv3d.org/2007/12/12/1-downloading-papervision3d-20-alpha-great-white/ But I figured why not just post the code, so here’s a zip file of the latest papervision3d … Continue reading

Posted in Papervision3D | Tagged , , , , | Leave a 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