codice:
myTreeDP.onLoad = function( success ){ 
	if( success ) {   
		myTree.dataProvider = this;
	}
	else {
		trace("errore");
	}
}