Title Property



 
The Title property contains the CD title.


Syntax

    SiteKiosk.CDRecording.Title [=str]
    
Possible Values
    String that specifies or retrieves the title.

    The property is read/write.
Remarks
    None.
Examples
    The following example sets the CD title.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    SiteKiosk.CDRecording.Title = "My new CD";
    </SCRIPT>
    

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

Back to top