arguments object
Availability
Flash Player 5; property added in Flash Player 6.
Description
The arguments object is an array that contains the values that were passed as parameters to any
function. Each time a function is called in ActionScript, an arguments object is automatically
created for that function. A local variable,
arguments object.
Property summary for the arguments object
Property
arguments.callee
arguments.caller
arguments.length
98
Chapter 2: ActionScript Language Reference
ActionScript Language Reference
arguments
Description
A reference to the function being called.
A reference to the calling function.
The number of parameters passed to a function.
, is also created and lets you refer to the
CHAPTER 2
Need help?
Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?