Packageorg.openzoom.flash.utils
Classpublic final class MIMEUtil

Utility for working with file extensions and MIME types.



Public Methods
 MethodDefined by
  
getContentType(extension:String):String
[static] Returns the official MIME type for the given file extension without a leading dot.
MIMEUtil
Method detail
getContentType()method
public static function getContentType(extension:String):String

Returns the official MIME type for the given file extension without a leading dot.

Parameters
extension:String

Returns
String