Show
Ignore:
Timestamp:
06/06/08 00:38:39 (18 months ago)
Author:
jeroen
Message:

added js initer BUT destroyed controlbar display

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/as3/com/jeroenwijering/player/View.as

    r2 r3  
    4848                views.push(new RightclickView(this)); 
    4949                if(_skin['controlbar']) { 
    50                         views.push(new ControlbarView(this)); 
     50                        //views.push(new ControlbarView(this)); 
    5151                } 
    5252                if(_skin['playlist']) { 
    53                         views.push(new PlaylistView(this)); 
     53                        //views.push(new PlaylistView(this)); 
    5454                } 
    5555                if(ExternalInterface.available || Capabilities.playerType == 'External') {