Ignore:
Timestamp:
01/16/09 07:00:07 (4 years ago)
Author:
jeroen
Message:

several bugfixes and the ability to restrict files from start to duration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/as3/com/jeroenwijering/parsers/ATOMParser.as

    r123 r135  
    4343                                        } else if (i.@rel == 'enclosure') { 
    4444                                                itm['file'] = i.@href.toString(); 
    45                                                 if(i.@type) { 
    46                                                         itm['type'] = ObjectParser.MIMETYPES[i.@type.toString()]; 
    47                                                 } 
    4845                                        } 
    4946                                        break; 
Note: See TracChangeset for help on using the changeset viewer.