Skip to content

Instantly share code, notes, and snippets.

@bigfish
Created May 6, 2009 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bigfish/107616 to your computer and use it in GitHub Desktop.
Save bigfish/107616 to your computer and use it in GitHub Desktop.
[Embed(source="../../test-data/expected-values/values.xml", mimeType="application/octet-stream")]
private static const TestData:Class;
//get test XML data
var ba:ByteArray = new TestData() as ByteArray;
testXML= new XML(ba.readUTFBytes(ba.length));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment