STF.setDesktopBackgroundColor()

Availability

Flash MX 2004 or 8 swf w/ ScreenTimeScreenSaver component + ScreenTime 3.0

Usage

STF.setDesktopBackgroundColor(hexRGBColor:String) : Void

Parameters

hexRGBColor

Returns

Nothing.

Description

Method; Sets the desktop's background color.

Example

The following example sets the desktop color to an obnoxious red.

var rgbBackgroundColorText:String = "0xFF0000";
setDesktopBackgroundColor_btn.onRelease = function() {
	STF.setDesktopBackgroundColor(rgbBackgroundColorText);
};

See Also

STF.setDesktopBackgroundColor()