Balance Property
The Balance property contains the current balance.
Syntax
[flt=] SiteKiosk.Multimedia.Balance
|
Possible Values
Float value between 0 and 1 that specifies or retrieves the balance.
|
The property is read/write.
Remarks
Before using this property the first time, check the BalanceAvail property to determine whether the balance can be modified.
Examples
The following example shows the current balance in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Multimedia.Balance);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top