Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
var xmlData = new XML(); xmlData.ignoreWhite = true; xmlData.onLoad = function(success) { if (success) { trace(xmlData); xmlData.unload('var.xml'); } } xmlData.load('var.xml'); stop;
This paste will be private.
From the Design Piracy series on my blog: