| Temas de la semana | Flash CS4 Control Tree ActionScript como desplegarlo |
| ¿Cómo llegar?: | Flash CS4 Control Tree ActionScript como desplegarlo |
| Pasos : | |
| Notas : |
var myTreeDP1:XML = new XML(); myTreeDP1.ignoreWhite = true; myTreeDP1.load("pruthor.xml"); myTreeDP1.onLoad = function() { myTree1.dataProvider = this.firstChild; myTree1.setIsOpen(myTree1.getTreeNodeAt(0), true); } |