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

added js initer BUT destroyed controlbar display

Files:
1 modified

Legend:

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

    r1 r3  
    240240                        fullscreen:false 
    241241                }; 
    242                 if(config['controlbar'] == 'below') { 
     242                if(config['controlbar'] == 'bottom') { 
    243243                        dat.height -= config['controlbarsize']; 
    244244                } 
    245245                if(config['playlist'] == 'right') { 
    246246                        dat.width -= config['playlistsize']; 
    247                 } else if(config['playlist'] == 'below') { 
     247                } else if(config['playlist'] == 'bottom') { 
    248248                        dat.height -= config['playlistsize']; 
    249249                }