Actionscript 3 Designer Toolkit

More design, less programming

Actionscript 3 Designer Toolkit header image 4

Entries Tagged as 'appendchild'

Saving XML to disk using ByteArray and FileReference

February 18th, 2010 · 1 Comment · Tutorials

This post examines a method for saving a modified XML file to disk.  To accomplish this task, the XML is first converted to binary data using byteArray – and then saving the byteArray to disk using fileReference.

[Read more →]

Tags:···

Modifying XML files

February 16th, 2010 · No Comments · Tutorials

In earlier posts, I discussed various methods to read XML data (here, here).  In this post we’ll look at various means of modifying existing XML files.

[Read more →]

Tags:····