LastTrackStart Property



 
The LastTrackStart property contains the start address of the last track of the previous session.


Syntax

    [long=] SiteKiosk.CDRecording.LastTrackStart
    
Possible Values
    Long value that retrieves the address.

    The property is read only.
Remarks
    None.
Examples
    The following example displays the start address of the last track of the previous session.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.CDRecording.LastTrackStart);
    </SCRIPT>
    

Applies to
    SiteKiosk v6.0 (and later versions).

Back to top