Robin,

Could be another bug.

Isn't

var mclListener = {mlm:this};

the same as

     var mclListener = new Object();
     mclListener.mlm = this;

I saw a comment in the Actionscript Reference Guide saying that Actionscript 1 is deprecated. Although not stated explicitly, to me, it implies the new object operator {} is deprecated.


Chris


---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to