SecurityErrorEvent.hx 235 B

123456
  1. package flash.events;
  2. extern class SecurityErrorEvent extends ErrorEvent {
  3. function new(type : String, bubbles : Bool = false, cancelable : Bool = false, ?text : String, id : Int = 0) : Void;
  4. static final SECURITY_ERROR : String;
  5. }