Initial support for AIR
This commit is contained in:
6
externs/air/flash/html/ResourceLoader.hx
Normal file
6
externs/air/flash/html/ResourceLoader.hx
Normal file
@@ -0,0 +1,6 @@
|
||||
package flash.html;
|
||||
|
||||
extern class ResourceLoader {
|
||||
function new(urlReq : flash.net.URLRequest, htmlControl : HTMLLoader, ?isStageWebViewRequest : Bool) : Void;
|
||||
function cancel() : Void;
|
||||
}
|
||||
Reference in New Issue
Block a user