Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.5, Flash Player 10.1 |
The LoadVoucherSetting class provides string constants for use
with the
settings
parameter of the DRMManager
loadVoucher()
method.
public static const ALLOW_SERVER:String = "allowServer"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.5, Flash Player 10.1 |
Loads the voucher from the local cache, if possible; downloads the voucher from a media rights server
only if a locally cached copy does not exist.
public static const FORCE_REFRESH:String = "forceRefresh"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.5, Flash Player 10.1 |
Downloads the voucher from the media rights server only. Does not load the voucher from the local cache.
public static const LOCAL_ONLY:String = "localOnly"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.5, Flash Player 10.1 |
Loads the voucher from the local cache only. Does not download the voucher from a media rights server.