', '', $contents ); break; case 'swf': // For testing header('Content-type: application/x-shockwave-flash'); header("Cache-Control: no-cache, must-revalidate"); header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); break; default: header('Content-type: text/plain'); break; } die($contents); ?>