I have a website that plays mp3s in a flash player. If a user clicks \'play\' the flash player automatically downloads an mp3 and starts playing it.
Is there an eas
You could even set up an Apache .htaccess directive that converts *.mp3 requests into the querystring dubayou is working with. It might be an elegant way to keep the direct request and still be able to slipstream log function into the response.