Ignore:
Timestamp:
06/06/08 22:34:23 (4 years ago)
Author:
sys
Message:

Mime-type des dims d'un flv : text/plain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_CO/com/scenari/s/co/transform/flash/HTransformerFlashDims.java

    r11110 r11158  
    150150         */ 
    151151        public String hGetMimeType(HTransformParams pParams) throws Exception { 
    152                 return "text/xml"; 
     152                return "text/plain"; 
    153153        } 
    154154 
     
    158158         */ 
    159159        public String hGetFileExtension(HTransformParams pParams) throws Exception { 
    160                 return ".xml"; 
     160                return ".txt"; 
    161161        } 
    162162 
Note: See TracChangeset for help on using the changeset viewer.