URLLoaderDataFormat.hx 84 B

1234567
  1. package flash.net;
  2. extern enum URLLoaderDataFormat {
  3. BINARY;
  4. TEXT;
  5. VARIABLES;
  6. }