Re: TMediaPlayer


[ Related Articles and Replies ] [ Post Followup ] [ DelphiLand Discussion Forum ]

Posted by webmaster Guido on December 14, 2002 at 16:27:01:

In Reply to: Re: TMediaPlayer posted by Mahmoud on December 09, 2002 at 17:33:33:

: : : I have followed a tutorial for using the TMediaPlayer component with Delphi 5 STD.
: : : It plays mp3 files.
: but How can how can i create the play list for it i tried some thing but it dosen't work as i expected what i've got is that the song name is not desplayed on the list it show's the hole dir for each file(Song) .
: and another thing i could not do this thing is the trackbar i have acess to seek the song but to track the song i couldent do it.
: i've tried this code but ....
: procedure Tform1.trackbar1___-_
: begin
: mediaplayer1.postion:=trackbar1.postion;
: mediaplayer1.play;
: end;
: thanx for that grate job that you do and please help..
----------

I can't answer your questions from the top of my head, but several people on this forum were playing around with TMediaPlayer.

But since your question is a reply on a question of quite some time ago, not many people will notice it. So I suggest that you start a new thread (ask a new question) on our Forum, and give it a clear subject, such as: TMediaPlayer playlist and scrollbars.


Related Articles and Replies:


[ Related Articles and Replies ] [ DelphiLand Discussion Forum ]