Robin,

With the static array problem, it looks like you've found a bug. According to the Actionscript Reference Guide, static (class) variables are declared with:-

static var myArray:Array;

Since you've declared myArray as an instance variable, how you initialise it should not change the fact that you want it to be an instance variable.

With your listener problem, shouldn't the statement be:-

var mclListener = this;

I'm assuming that the function MapLayerModel is a method of a class mlm, so 'this' is referring to the current instance.


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