STF.unregisterCallBack()

Availability

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

Usage

STF.unregisterCallBack(commandName:String, target:String) : Void

Parameters

commandName - The name of the Mac mProjector command.

target - Object used as this in the callback function.

Returns

Nothing.

Description

Method; Removes the callback method assigned to an STF command and target. See STF.registerCallBack() for more information.

Example

This example removes the callback method associated with the "this" object.

 STF.unregisterCallBack("getUserGUID", this);

See Also

STF.registerCallBack()