Link to home
Start Free TrialLog in
Avatar of Franker
Franker

asked on

using the cd-rom to play cd audio

I'm making a program for a cd, and want to be able to play audio tracks from it.  How do I gain control of playing these from inside my program?
Avatar of ZifNab
ZifNab

Hi Franker,

use the component TMediaPlayer from the system palette of Delphi.

Regards, Zif.
Avatar of Franker

ASKER

I'm sorry, I guess I didn't explain this enough.  I have two problems right now...the more important one of that I need to be able to know where I am in the track.  I'm making a slideshow program with music, and cannot figure out how to decode the TimeFormat so I know where I am in the track so I can display the right images.  The second is that I have 2 cd roms, and I'd rather let TMediaPlayer use my other one.
ASKER CERTIFIED SOLUTION
Avatar of ZifNab
ZifNab

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial