hermann87 11 Light Poster

Hello, I'm currently using the TMediaPlayer component from Borland to play a .mid file in one of my programs. Now what I actually need to do... :

I noticed there are functions like Next() and Previous() so I was wondering if there is a way to load more than one file name, or rather a list of the .mid files I want to be playing during runtime.

Right now I have this :

musicPlayer->FileName = "C:\\Tale\\myComposition.mid";
musicPlayer->Open();
musicPlayer->Play();
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.