Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.5 |
The LoadVoucherSetting class provides string constants enumerating the options to use
with the DRMManager
settings
parameter of the
loadVoucher()
method.
public static const ALLOW_SERVER:String = "allowServer"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.5 |
Load the voucher from the local cache, if possible. Download 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 |
Download the voucher from the media rights server only. Do 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 |
Load the voucher from the local cache only. Do not download the voucher from a media rights server.