varsis
03-02-2008, 11:07 PM
1061: Call to a possibly undefined method addEventListener through a reference with static type flash.xml:XMLDocument.
There it is. Doesn't seem to work. I converted:
This: this._response.onLoad = function (success) {
TO:
this._response.addEventListener(Event.COMPLETE, success);
function success(event:Event):void{
Maybe I did something wrong? duhnno.
There it is. Doesn't seem to work. I converted:
This: this._response.onLoad = function (success) {
TO:
this._response.addEventListener(Event.COMPLETE, success);
function success(event:Event):void{
Maybe I did something wrong? duhnno.