<?
$m = new SWFMovie();
$m->setRate(12.0);
$m->streamMp3(fopen("distortobass.mp3", "rb"));
// 11.85 seconds at 12.0 fps = 142 frames
$m->setFrames(141);
header('Content-type: application/x-shockwave-flash');
$m->output();
?>
All content Copyright (C) 2000-2001 Opaque Industries except where noted otherwise.