Changeset 3 for trunk/as3/com/jeroenwijering/player/View.as
- Timestamp:
- 06/06/08 00:38:39 (18 months ago)
- Files:
-
- 1 modified
-
trunk/as3/com/jeroenwijering/player/View.as (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/as3/com/jeroenwijering/player/View.as
r2 r3 48 48 views.push(new RightclickView(this)); 49 49 if(_skin['controlbar']) { 50 views.push(new ControlbarView(this));50 //views.push(new ControlbarView(this)); 51 51 } 52 52 if(_skin['playlist']) { 53 views.push(new PlaylistView(this));53 //views.push(new PlaylistView(this)); 54 54 } 55 55 if(ExternalInterface.available || Capabilities.playerType == 'External') {
