![]() |
Previous | Next |
The Cdrom object provides a way to access a CD in its drive.
The Cdrom object supports the following properties.
Property | Description |
driveSpecifier | Retrieves the CD-ROM drive letter. |
playlist | Retrieves a Playlist object representing the tracks on the CD currently in the CD-ROM drive. |
The Cdrom object supports the following method.
Method | Description |
eject | Ejects the CD from the CD-ROM drive. |
The Cdrom object is accessed through the following method.
Object | Method |
CdromCollection | item |
For purposes of illustration, player.cdromCollection.item(index) is used in the reference syntax sections.
Previous | Next |