Re: TMediaPlayer


[ Related Articles and Replies ] [ DelphiLand Discussion Forum ]

Posted by Mahmoud on December 09, 2002 at 17:33:33:

In Reply to: Re: TMediaPlayer posted by webmaster Guido on October 02, 2002 at 03:15:59:

: : 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..


Related Articles and Replies:


[ Related Articles and Replies ] [ DelphiLand Discussion Forum ]