Thread
:
AS3: Can you assign a variable/method by reference? (i.e. $a =& $b in PHP)
View Single Post
17-04-2008, 14:35
#
1
(
permalink
)
dtrenz
blam blam
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.
dtrenz
View Public Profile
Send a private message to dtrenz
Find More Posts by dtrenz