Jump to content
Search Community

Tahir

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Tahir

  1. Hi Jack,

     

    Ok I am also puzzled by onComplete behavior working with "skipFailed" variable. Here is the xml:

     

    
    
    
    
    
    

    Here is the XMLLoader instantiation:

     

    this.xmlLoader = new XMLLoader (new URLRequest (this._xmlData.getComponentInfoPHP.@path),
    {
    name: 'dataLoader',
    onComplete: this.onComplete,
    onError: this.onError,
    onIOError: this.onIOError,
    onFail: this.onFail,
    onChildProgress: this.onChildProgress,
    onChildComplete: this.onChildComplete,
    onChildFail: this.onChildFail,
    skipFailed: false,
    skipPaused: false,
    noCache: true
    });
    

     

    You see! I have added "skipFailed" (and even "skipPaused") to both the XML's node as well as in the XMLLoader instantiation, yet the still fires even after a child has failed to load. Pretty sure that I must have done something stupid, but still; help please!

     

    Thanks,

    - Tahir.

×
×
  • Create New...