Ignore:
Timestamp:
10/05/09 21:54:05 (4 years ago)
Author:
pablo
Message:

Implemented clone() on all custom events.
Stretch media to config.stretching
PlayerReady from JavascriptAPI.as
config.file => config.playlist if file has .xml suffix
PluginConfig uses dynamic properties
V4ControlBar dispatches V5 view events
Media placed on stage!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fl5/src/com/longtailvideo/jwplayer/utils/Logger.as

    r386 r396  
    4848                                Logger.object(message, type); 
    4949                        } 
    50                 }; 
     50                } 
    5151                 
    5252                 
     
    5757                        txt += ')'; 
    5858                        Logger.send(txt); 
    59                 }; 
     59                } 
    6060                 
    6161                 
     
    7070                                CONNECTION.addEventListener(StatusEvent.STATUS, Logger.status); 
    7171                        } 
    72                         SharedObject.getLocal('com.jeroenwijering', '/').data['debug'] = put; 
     72                        SharedObject.getLocal('com.longtailvideo.jwplayer', '/').data['debug'] = put; 
    7373                        Logger._output = put; 
    74                 }; 
     74                } 
    7575                 
    7676                 
     
    8282                public static function get output():String { 
    8383                        return Logger._output; 
    84                 }; 
     84                } 
    8585                 
    8686                 
     
    103103                                        break; 
    104104                        } 
    105                 }; 
     105                } 
    106106                 
    107107                 
    108108                /** Manage the status call of localconnection. **/ 
    109109                private static function status(evt:StatusEvent):void { 
    110                 }; 
     110                } 
    111111        } 
    112112} 
Note: See TracChangeset for help on using the changeset viewer.