Changeset 3 for trunk/as3/com/jeroenwijering/player/Controller.as
- Timestamp:
- 06/06/08 00:38:39 (7 months ago)
- Files:
-
- 1 modified
-
trunk/as3/com/jeroenwijering/player/Controller.as (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/as3/com/jeroenwijering/player/Controller.as
r1 r3 240 240 fullscreen:false 241 241 }; 242 if(config['controlbar'] == 'b elow') {242 if(config['controlbar'] == 'bottom') { 243 243 dat.height -= config['controlbarsize']; 244 244 } 245 245 if(config['playlist'] == 'right') { 246 246 dat.width -= config['playlistsize']; 247 } else if(config['playlist'] == 'b elow') {247 } else if(config['playlist'] == 'bottom') { 248 248 dat.height -= config['playlistsize']; 249 249 }
