Open-Source PHP Framework - Designed for rapid development of performance-oriented scalable applications

Simple MP3 player

Flash file is missing or Flash plugin is not installed

$tools get::helper('tools');
echo 
$tools->mp3Player('/mp3/typewriter-song.mp3');

Full MP3 player

Flash file is missing or Flash plugin is not installed

$tools get::helper('tools');
$mp3 = array('/mp3/pink-panther.mp3' => 'Pink Panther',
             
'/mp3/typewriter-song.mp3' => 'Typerwriter Song',
             
'/mp3/volga-boatmen-usaf.mp3' => 'Volga Boatment - US Airforce Orchestra');
echo 
$tools->mp3Player($mp3, array('bgcolor' => '0084c1''bgcolor2' => '5f8e62')));