Open Source Projects

Adobe AIR MP3 Player (Free)

For my Senior project, I created this Adobe AIR mp3 player, which plays most (but not all) mp3's. It's simple, lightweight, and to the point. Best of all, it will run on any platform that can run the adobe integrated environment; windows, linux, or mac. You can either download the AIR file and directly install this app, or download the source files to modify the existing code to your wants, needs or desire.

Note: The application is still in its beta stage and may have a few bugs. Please contact me with any problems. AIR Player

Flash MP3 Player (Free)

MP3 Player

After browsing the web for a flash .mp3 player, I couldn't find a decent one that with the simplicity I was looking for. So, I made this little guy and it works just excellent. Download it, use it immediatly or alter it's apperance/functionality to your liking. This .mp3 flash player is all yours and is completely free to use or modify.

Setting what .mp3 is playing is easy as pie, and only requires a modification to a javascript line. Here's how to set it up - first, download the files:

Then, in the mp3player.html file, change the highlighted line below to the .mp3 you want the player to load (the file must be on the same domain as the .swf):

mp3 URL

Upload the three files; mp3player.html, mp3Player.swf, and AD_RunActiveContent.js to your server. Obviously, you can change the appearance and rename mp3player.html - just make sure you don't remove anything important. Right now, all three files are setup to run as if they are in the same directory. If you move them around, just make sure to update all the source attributes wherever needed.

Click Here to Download .FLA + Source Code