Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save marchbold/a29d9348cd66c654546ebc260f8df212 to your computer and use it in GitHub Desktop.

Select an option

Save marchbold/a29d9348cd66c654546ebc260f8df212 to your computer and use it in GitHub Desktop.
Container initialisation using the Cloud Storage ANE
CloudStorage.service.documentStore.addEventListener( DocumentStoreEvent.INITIALISED, initialisedHandler );
CloudStorage.service.documentStore.setup(); // This will use the default / first container
...
private function ds_initialisedHandler( event:DocumentStoreEvent ):void
{
trace( "cloud container initialised" );
}
// com.distriqt.CloudStorage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment