SharedObjectFlushStatus.hx 80 B

123456
  1. package flash.net;
  2. extern enum SharedObjectFlushStatus {
  3. FLUSHED;
  4. PENDING;
  5. }