Ignore:
Timestamp:
05/07/09 16:02:59 (4 years ago)
Author:
jeroen
Message:

added a dock feature and hooks for it in the cc,ad,hd plugins. also added a title to the playbutton and colorization of display icons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/as3/com/jeroenwijering/models/HTTPModel.as

    r204 r210  
    229229                if(position < item['duration']) { 
    230230                        model.sendEvent(ModelEvent.TIME,{position:position,duration:item['duration']}); 
    231                 } else if (item['duration'] > 0 && model.config['respectduration']) { 
     231                } else if (item['duration'] > 0) { 
    232232                        pause(); 
    233233                        model.sendEvent(ModelEvent.STATE,{newstate:ModelStates.COMPLETED}); 
Note: See TracChangeset for help on using the changeset viewer.