Max, Josh,
It is possible to include the parameter names, refer to the section of
the spec below relating to method_info. The info is optional though.
4.5.2 Parameter names
The param_names entry is available only when the HAS_PARAM_NAMES bit
is set in the flags. Each param_info
element of the array is an index into the constant pool’s string
array. The parameter name entry exists solely
for external tool use and is not used by the AVM2.
param_info
{
u30 param_name[param_count]
}
http://www.adobe.com/devnet/actionscript/articles/avm2overview.pdf
cheers,
Drew