Difference between revisions of "Server-monitor.as"

From Organic Design wiki
(fussy damn swf - must use full #rrggbb colours)
m
Line 13: Line 13:
  
 
function reduce() {
 
function reduce() {
 
+
}
}
 

Revision as of 02:46, 24 March 2006

// Textbox createTextField( 'rc', 1, 0, 0, width, height ); with (rc) { selectable = true; _quality = 'BEST'; border = false; multiline = true; wordWrap = true; html = true; htmlText = 'Hello World :-)'; }


function reduce() { }