9 lines
229 B
Haxe
9 lines
229 B
Haxe
package flash.html;
|
|
|
|
extern class HTMLSWFCapability
|
|
{
|
|
static var ERROR_INSTALLED_PLAYER_NOT_FOUND(default, never):Int;
|
|
static var ERROR_INSTALLED_PLAYER_TOO_OLD(default, never):Int;
|
|
static var STATUS_OK(default, never):Int;
|
|
}
|