The Post
Multi-format Web media player
I needed to create a web-based media player that supports MP3, Flash video and Windows Audio live stream for a project I'm working on. I used this opportunity to brush up on my Mootools 1.2 and OOP knowledge.
My approach was to create separate modules for each of the application's components (playlist, media handling, playback handling and UI) where each module (or class if you will) is composed of a base class for common functionality and class extensions for variant functionality.
The result is a pretty cool and modular media player (please forgive the iTune-likeness). Check it out here or browse through the source code here
The Posts
- Moosort - Mootools table-sorting
- Multi-format Web media player
- Moopick - Mootools-based Color Picker
- Moobox - Mootools-based Modal Window
- Serving Ruby on Rails with Apache2 and mod_fcgid on Leopard
- Setting up Apache, MySQL and PHP 5 with GD support on Leopard
- IE6 Transparent PNG and Dead Links
- Image Replacement For Form Buttons