Printing from flash
Printing from flash
Out of context: Reply #6
- Started
- Last post
- 18 Responses
- pushme0
if i load it after the onload statement then it doesn't show in my project. Here the full code(lets hope it takes it):
program1_1XML= new XML()
program1_1XML.ignoreWhite = true
program1_1XML.load("program1_1.x...
program1_1XML.ref = this
program1_1XML.onLoad = function(success){
if(success){
var root = this.firstChild
nodes = root.childNodesfor(var i=0; i