Perry Smith

Java Questions & Answers

Archive

Home / Java Q & A Archive Page 5 / Java Q & A Archive / Java Main Page

Accessing CD player
Monday, 28-Jun-1999 11:01:48
208.208.245.87 writes:
Hi,
I'm a newbie wondering if there's a simple statement I can use to get my CD drive to start playing (e.g. at the click of a button) with a java program?

Much obliged,
B Wilson


Response
Re: Accessing CD player
Thursday, 01-Jul-1999 01:13:41
152.166.153.36 writes:
I assume you're trying to play audio CD's. You can read the information from a CD. Whether you can write the code to decode *.cda files and then create sound from the data on the CD is another matter. One way that might work is to assume that the OS will pass the cda to the appropriate program and you can just invoke the cda, as if it were executable.

MikeD


Home / Java Q & A Archive Page 5 / Java Q & A Archive / Java Main Page