Difference between revisions of "Server-monitor.as"
From Organic Design wiki
(oh yeah - and swf is very strict about xml compliance - use quotes on all atts) |
(fussy damn swf - must use full #rrggbb colours) |
||
| Line 8: | Line 8: | ||
wordWrap = true; | wordWrap = true; | ||
html = true; | html = true; | ||
| − | htmlText = '<font color=" | + | htmlText = '<font color="#00ff00">Hello World :-)</font>'; |
} | } | ||
Revision as of 02:44, 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() {
}



