Flash Lite 2.x and 3.0 ActionScript Language Reference

removeListener (SharedObject.removeListener method)

public static removeListener(objectName:String)

Removes any listeners that were added using the addListener() method.

Parameters

objectName:String - A string that represents the name of the shared object.

Returns