Printing from flash
Printing from flash
Out of context: Reply #7
- Started
- Last post
- 18 Responses
- pushme0
for(var i=0; i (less than) 15; i++) {
header_subnodes = nodes[1].childNodes
content_subnodes = nodes[2].childNodes
this.ref["thumb"+i].htmlText = content_subnodes[i].firstChild.n...
this.ref["gallery"+i].htmlText = content_subnodes[i].attributes.g... + "\n" + content_subnodes[i].firstChild.n...}
} else trace("Error loading XML document")
}stop()