#1074: Illegal write to read-only property String on global.
What an extremely obscure description that is. Most google results say something or other about setting "application domain". This can be an issue if you are using / loading external files across domains...
In my case, this issue was simply a loose type declaration:
ex:
_baseURL:String = _domainURL;
left over :String from when it was a function scope variable... removing the :String fixed error.
Posted on
Thu, September 3, 2009
by Sean P
filed under