Skip to content

Instantly share code, notes, and snippets.

@devth
Created August 26, 2009 19:35
Show Gist options
  • Save devth/175746 to your computer and use it in GitHub Desktop.
Save devth/175746 to your computer and use it in GitHub Desktop.
var context:LoaderContext = new LoaderContext(true, ApplicationDomain.currentDomain);
var loader:BulkLoader = new BulkLoader("loadmystuffplskthxbye");
loader.add( someS3Url, { context: context } ); // WIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment