call function

call(frame)

Deprecated since Flash Player 5. This action was deprecated in favor of the function statement.

Executes the script in the called frame without moving the playhead to that frame. Local variables do not exist after the script  executes.

Parameters

frame:Object - The label or number of a frame in the Timeline.

See also

function statement, call (Function.call method)