Ignore:
Timestamp:
05/18/10 12:38:59 (3 years ago)
Author:
pablo
Message:

Allows non-animated swf assets to rotate

File:
1 edited

Legend:

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

    r1041 r1042  
    139139                                                        if (bufferBitmap) { 
    140140                                                                Draw.smooth(bufferBitmap); 
     141                                                        } else { 
     142                                                                centerIcon(icon); 
    141143                                                        } 
    142144                                                } catch (e:Error) { 
     
    164166                        back.addChild(icon); 
    165167                        if (player.skin is PNGSkin && !icon.getChildByName("bitmap")) { 
    166                                 centerIcon(back); 
     168                                if (name != "buffer" || !_rotate) { 
     169                                        centerIcon(back); 
     170                                } 
    167171                        } else { 
    168172                                back.x = back.y = icon.x = icon.y = 0; 
Note: See TracChangeset for help on using the changeset viewer.