How can I present a wma file with php. Is this done simply with:
Header('Content-type: Audio/x-ms-wma);
$fn=fopen("/home/me/private/test.wma" , "r"); fpassthru($fn);
please tell me if this the right way to do so...
Thanx, Onno