- Timestamp:
- 10/28/09 14:49:27 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fl5/src/com/longtailvideo/jwplayer/view/PlayerLayoutManager.as
r455 r537 36 36 addLayout('controlbar'); 37 37 addLayout('display'); 38 addLayout('dock'); 38 addLayout('dock'); 39 39 40 40 remainingSpace = new Rectangle(0, 0, width, height); … … 71 71 if (toLayout.length == 0) { 72 72 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'])); 76 74 assignSpace(item, remainingSpace); 77 75 }
Note: See TracChangeset
for help on using the changeset viewer.
