Ignore:
Timestamp:
02/05/09 11:52:44 (4 years ago)
Author:
jeroen
Message:

added a variable for respecting the duration and fixed a stall-on-repeat bug in http

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/as3/com/jeroenwijering/player/Player.as

    r154 r157  
    5252                logo:undefined, 
    5353                mute:false, 
    54                 repeat:'list', 
     54                repeat:'none', 
    5555                resizing:true, 
     56                respectduration:false, 
    5657                shuffle:false, 
    5758                smoothing:true, 
     
    6869                token:undefined, 
    6970                tracecall:undefined, 
    70                 version:'4.4.153' 
     71                version:'4.4.155' 
    7172        }; 
    7273        /** Base directory from which all plugins are loaded. **/ 
Note: See TracChangeset for help on using the changeset viewer.