AVURLStream.hx 145 B

123456
  1. package flash.media;
  2. extern class AVURLStream extends flash.net.URLStream {
  3. var cookieHeader(null,default) : String;
  4. function new() : Void;
  5. }