Initial support for AIR
This commit is contained in:
12
externs/air/flash/media/MediaPromise.hx
Normal file
12
externs/air/flash/media/MediaPromise.hx
Normal file
@@ -0,0 +1,12 @@
|
||||
package flash.media;
|
||||
|
||||
extern class MediaPromise extends flash.events.EventDispatcher implements IFilePromise {
|
||||
var file(default,never) : flash.filesystem.File;
|
||||
var isAsync(default,never) : Bool;
|
||||
var mediaType(default,never) : String;
|
||||
var relativePath(default,never) : String;
|
||||
function new() : Void;
|
||||
function close() : Void;
|
||||
function open() : flash.utils.IDataInput;
|
||||
function reportError(e : flash.events.ErrorEvent) : Void;
|
||||
}
|
||||
Reference in New Issue
Block a user