Package | flash.system |
Class | public class SystemUpdaterType |
Inheritance | SystemUpdaterType Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 Flash Player 10.1 |
SystemUpdater.update()
function.
Note: The SystemUpdater API is supported on desktop platforms.
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
DRM : String = "drm" [static]
Updates the DRM module. | SystemUpdaterType | ||
SYSTEM : String = "system" [static]
Updates the player runtime itself. | SystemUpdaterType |
Constant Detail
DRM | Constant |
public static const DRM:String = "drm"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 Flash Player 10.1 |
Updates the DRM module.
SYSTEM | Constant |
public static const SYSTEM:String = "system"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 Flash Player 10.1 |
Updates the player runtime itself.
Thu May 20 2010, 02:19 AM -07:00