View Single Post
Old 17-04-2008, 14:35   #1 (permalink)
dtrenz
blam blam
 
dtrenz's Avatar
 
Join Date: Aug 2006
Location: ann arbor, mi usa
Posts: 525
AS3: Can you assign a variable/method by reference? (i.e. $a =& $b in PHP)

Can you assign a function to a method by reference in AS3?

Code:
nsClient.onPlayStatus = onPlayStatusHandlerFunction;

Is this possible?

In PHP you wuold use "=&" but I can't find anything like this in the AS3 docs.
  Reply With Quote