Changeset 396 for trunk/fl5/src/com/longtailvideo/jwplayer/utils/Logger.as
- Timestamp:
- 10/05/09 21:54:05 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fl5/src/com/longtailvideo/jwplayer/utils/Logger.as
r386 r396 48 48 Logger.object(message, type); 49 49 } 50 } ;50 } 51 51 52 52 … … 57 57 txt += ')'; 58 58 Logger.send(txt); 59 } ;59 } 60 60 61 61 … … 70 70 CONNECTION.addEventListener(StatusEvent.STATUS, Logger.status); 71 71 } 72 SharedObject.getLocal('com. jeroenwijering', '/').data['debug'] = put;72 SharedObject.getLocal('com.longtailvideo.jwplayer', '/').data['debug'] = put; 73 73 Logger._output = put; 74 } ;74 } 75 75 76 76 … … 82 82 public static function get output():String { 83 83 return Logger._output; 84 } ;84 } 85 85 86 86 … … 103 103 break; 104 104 } 105 } ;105 } 106 106 107 107 108 108 /** Manage the status call of localconnection. **/ 109 109 private static function status(evt:StatusEvent):void { 110 } ;110 } 111 111 } 112 112 }
Note: See TracChangeset
for help on using the changeset viewer.
