Initial support for AIR
This commit is contained in:
8
externs/air/flash/events/MediaEvent.hx
Normal file
8
externs/air/flash/events/MediaEvent.hx
Normal file
@@ -0,0 +1,8 @@
|
||||
package flash.events;
|
||||
|
||||
extern class MediaEvent extends Event {
|
||||
var data(default,never) : flash.media.MediaPromise;
|
||||
function new(type : String, bubbles : Bool=false, cancelable : Bool=false, ?data : flash.media.MediaPromise) : Void;
|
||||
static var COMPLETE : String;
|
||||
static var SELECT : String;
|
||||
}
|
||||
Reference in New Issue
Block a user