/flowplayer/branches/rss/lib/corelib/src/com/adobe/net/MimeTypeMap.as

http://flowplayer-core.googlecode.com/ · ActionScript · 193 lines · 153 code · 3 blank · 37 comment · 8 complexity · 07ce109e2fddd0c32c527ed5f37b507e MD5 · raw file

  1. /*
  2. Copyright (c) 1998 - 2002, Paul Johnston & Contributors
  3. All rights reserved.
  4. Redistribution and use in source and binary forms, with or without
  5. modification, are permitted provided that the following conditions are met:
  6. Redistributions of source code must retain the above copyright notice, this
  7. list of conditions and the following disclaimer. Redistributions in binary
  8. form must reproduce the above copyright notice, this list of conditions and the
  9. following disclaimer in the documentation and/or other materials provided with
  10. the distribution.
  11. Neither the name of the author nor the names of its contributors may be used to
  12. endorse or promote products derived from this software without specific prior
  13. written permission.
  14. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  15. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  16. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  17. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
  18. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  19. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  20. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  21. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  22. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  23. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  24. */
  25. package com.adobe.net
  26. {
  27. public class MimeTypeMap
  28. {
  29. private var types:Array =
  30. [["application/andrew-inset","ez"],
  31. ["application/atom+xml","atom"],
  32. ["application/mac-binhex40","hqx"],
  33. ["application/mac-compactpro","cpt"],
  34. ["application/mathml+xml","mathml"],
  35. ["application/msword","doc"],
  36. ["application/octet-stream","bin","dms","lha","lzh","exe","class","so","dll","dmg"],
  37. ["application/oda","oda"],
  38. ["application/ogg","ogg"],
  39. ["application/pdf","pdf"],
  40. ["application/postscript","ai","eps","ps"],
  41. ["application/rdf+xml","rdf"],
  42. ["application/smil","smi","smil"],
  43. ["application/srgs","gram"],
  44. ["application/srgs+xml","grxml"],
  45. ["application/vnd.adobe.apollo-application-installer-package+zip","air"],
  46. ["application/vnd.mif","mif"],
  47. ["application/vnd.mozilla.xul+xml","xul"],
  48. ["application/vnd.ms-excel","xls"],
  49. ["application/vnd.ms-powerpoint","ppt"],
  50. ["application/vnd.rn-realmedia","rm"],
  51. ["application/vnd.wap.wbxml","wbxml"],
  52. ["application/vnd.wap.wmlc","wmlc"],
  53. ["application/vnd.wap.wmlscriptc","wmlsc"],
  54. ["application/voicexml+xml","vxml"],
  55. ["application/x-bcpio","bcpio"],
  56. ["application/x-cdlink","vcd"],
  57. ["application/x-chess-pgn","pgn"],
  58. ["application/x-cpio","cpio"],
  59. ["application/x-csh","csh"],
  60. ["application/x-director","dcr","dir","dxr"],
  61. ["application/x-dvi","dvi"],
  62. ["application/x-futuresplash","spl"],
  63. ["application/x-gtar","gtar"],
  64. ["application/x-hdf","hdf"],
  65. ["application/x-javascript","js"],
  66. ["application/x-koan","skp","skd","skt","skm"],
  67. ["application/x-latex","latex"],
  68. ["application/x-netcdf","nc","cdf"],
  69. ["application/x-sh","sh"],
  70. ["application/x-shar","shar"],
  71. ["application/x-shockwave-flash","swf"],
  72. ["application/x-stuffit","sit"],
  73. ["application/x-sv4cpio","sv4cpio"],
  74. ["application/x-sv4crc","sv4crc"],
  75. ["application/x-tar","tar"],
  76. ["application/x-tcl","tcl"],
  77. ["application/x-tex","tex"],
  78. ["application/x-texinfo","texinfo","texi"],
  79. ["application/x-troff","t","tr","roff"],
  80. ["application/x-troff-man","man"],
  81. ["application/x-troff-me","me"],
  82. ["application/x-troff-ms","ms"],
  83. ["application/x-ustar","ustar"],
  84. ["application/x-wais-source","src"],
  85. ["application/xhtml+xml","xhtml","xht"],
  86. ["application/xml","xml","xsl"],
  87. ["application/xml-dtd","dtd"],
  88. ["application/xslt+xml","xslt"],
  89. ["application/zip","zip"],
  90. ["audio/basic","au","snd"],
  91. ["audio/midi","mid","midi","kar"],
  92. ["audio/mpeg","mp3","mpga","mp2"],
  93. ["audio/x-aiff","aif","aiff","aifc"],
  94. ["audio/x-mpegurl","m3u"],
  95. ["audio/x-pn-realaudio","ram","ra"],
  96. ["audio/x-wav","wav"],
  97. ["chemical/x-pdb","pdb"],
  98. ["chemical/x-xyz","xyz"],
  99. ["image/bmp","bmp"],
  100. ["image/cgm","cgm"],
  101. ["image/gif","gif"],
  102. ["image/ief","ief"],
  103. ["image/jpeg","jpg","jpeg","jpe"],
  104. ["image/png","png"],
  105. ["image/svg+xml","svg"],
  106. ["image/tiff","tiff","tif"],
  107. ["image/vnd.djvu","djvu","djv"],
  108. ["image/vnd.wap.wbmp","wbmp"],
  109. ["image/x-cmu-raster","ras"],
  110. ["image/x-icon","ico"],
  111. ["image/x-portable-anymap","pnm"],
  112. ["image/x-portable-bitmap","pbm"],
  113. ["image/x-portable-graymap","pgm"],
  114. ["image/x-portable-pixmap","ppm"],
  115. ["image/x-rgb","rgb"],
  116. ["image/x-xbitmap","xbm"],
  117. ["image/x-xpixmap","xpm"],
  118. ["image/x-xwindowdump","xwd"],
  119. ["model/iges","igs","iges"],
  120. ["model/mesh","msh","mesh","silo"],
  121. ["model/vrml","wrl","vrml"],
  122. ["text/calendar","ics","ifb"],
  123. ["text/css","css"],
  124. ["text/html","html","htm"],
  125. ["text/plain","txt","asc"],
  126. ["text/richtext","rtx"],
  127. ["text/rtf","rtf"],
  128. ["text/sgml","sgml","sgm"],
  129. ["text/tab-separated-values","tsv"],
  130. ["text/vnd.wap.wml","wml"],
  131. ["text/vnd.wap.wmlscript","wmls"],
  132. ["text/x-setext","etx"],
  133. ["video/mpeg","mpg","mpeg","mpe"],
  134. ["video/quicktime","mov","qt"],
  135. ["video/vnd.mpegurl","m4u","mxu"],
  136. ["video/x-flv","flv"],
  137. ["video/x-msvideo","avi"],
  138. ["video/x-sgi-movie","movie"],
  139. ["x-conference/x-cooltalk","ice"]];
  140. /**
  141. * Returns the mimetype for the given extension.
  142. */
  143. public function getMimeType(extension:String):String
  144. {
  145. extension = extension.toLocaleLowerCase();
  146. for each (var a:Array in types)
  147. {
  148. for each (var b:String in a)
  149. {
  150. if (b == extension)
  151. {
  152. return a[0];
  153. }
  154. }
  155. }
  156. return null;
  157. }
  158. /**
  159. * Returns the prefered extension for the given mimetype.
  160. */
  161. public function getExtension(mimetype:String):String
  162. {
  163. mimetype = mimetype.toLocaleLowerCase();
  164. for each (var a:Array in types)
  165. {
  166. if (a[0] == mimetype)
  167. {
  168. return a[1];
  169. }
  170. }
  171. return null;
  172. }
  173. /**
  174. * Adds a mimetype to the map. The order of the extensions matters. The most preferred should come first.
  175. */
  176. public function addMimeType(mimetype:String, extensions:Array):void
  177. {
  178. var newType:Array = [mimetype];
  179. for each (var a:String in extensions)
  180. {
  181. newType.push(a);
  182. }
  183. types.push(newType);
  184. }
  185. }
  186. }