- Timestamp:
- 10/20/10 12:01:34 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fl5/src/com/longtailvideo/jwplayer/view/components/PlaylistComponent.as
r1301 r1394 556 556 if (playlistItem.image || playlistItem['playlist.image']) { 557 557 var imageFile:String = playlistItem['playlist.image'] ? playlistItem['playlist.image'] : playlistItem.image; 558 if (getConfigParam('thumbs') != false && _player.config.playlist != 'none' && buttonheight > 39 && getConfigParam("width") > 239) {558 if (getConfigParam('thumbs') != false && _player.config.playlist != 'none') { 559 559 var img:Sprite = btn.getChildByName("image") as Sprite; 560 560 if (img) { … … 611 611 } 612 612 img = btn.getChildByName("image") as MovieClip; 613 if (img && (!(playlistItem.image || playlistItem['playlist.image']) || getConfigParam('thumbs') == false || buttonheight < 40 || getConfigParam("width") < 240)) {613 if (img && (!(playlistItem.image || playlistItem['playlist.image']) || getConfigParam('thumbs') == false)) { 614 614 if (!img.getChildByName("imageBackground")) { 615 615 btn.getChildByName("image").visible = false;
Note: See TracChangeset
for help on using the changeset viewer.
