Ignore:
Timestamp:
10/28/09 14:49:27 (4 years ago)
Author:
pablo
Message:

Playlist now works on "over" state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fl5/src/com/longtailvideo/jwplayer/view/PlayerLayoutManager.as

    r455 r537  
    3636                        addLayout('controlbar'); 
    3737                        addLayout('display');                    
    38                         addLayout('dock');                       
     38                        addLayout('dock');       
    3939                         
    4040                        remainingSpace = new Rectangle(0, 0, width, height); 
     
    7171                        if (toLayout.length == 0) { 
    7272                                for each(var item:PluginConfig in noLayout) { 
    73                                         if (_player.fullscreen && testPosition(item['position'])) {  
    74                                                 item['visible'] = false; 
    75                                         } 
     73                                        item['visible'] = !(_player.fullscreen && testPosition(item['position'])); 
    7674                                        assignSpace(item, remainingSpace); 
    7775                                } 
Note: See TracChangeset for help on using the changeset viewer.