Ignore:
Timestamp:
11/18/09 16:43:32 (4 years ago)
Author:
zach
Message:
  • Fixing locking autostart
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fl5/src/com/longtailvideo/jwplayer/controller/Controller.as

    r642 r643  
    243243                                        _lockingResume = true; 
    244244                                } 
    245                                 // If it wasn't playing 
    246                                 if (_player.config.autostart || _lockingResume) { 
    247                                         _lockingResume = true; 
    248                                 } 
     245                                 
    249246                                // Tell everyone you're locked 
    250247                                if (!wasLocked) { 
Note: See TracChangeset for help on using the changeset viewer.