Вниз
Скачать: CL | DM;

Mediaplayer   Найти похожие ветки 

← →
Comrade   (2005-03-23 15:49) [0]

Как сделать так, чтобы по прослушиванию мелодии автоматически включалась другая(следующая) из списка в Filelistbox`e;


← →
zero-g ©   (2005-03-23 16:03) [1]

Ловишь когда конец мелодии, потом запускаешь следующию :)


← →
ronyn   (2005-05-06 00:27) [2]

Лично я так делал.

procedure TForm1.mp3playerNotify(Sender: TObject);
begin
if mp3player.Position=mp3player.Length then BitBtn1click(sender);
end;

//////
l:=1;
k:=mp3list.Count;

if BitBtn4.Enabled=false then l:=random(k)+3;
mp3List.ItemIndex:=mp3list.ItemIndex+1;

mp3player.Next;
mp3player.Open;
mp3File := Concat(txtFolder.Caption, mp3List.Items.Strings[mp3List.ItemIndex]);

FillID3TagInformation(mp3File, edTitle, edArtist, edAlbum, edYear, edGenre, edComment);

Progress.Max:=0;

mp3player.Close;
mp3player.FileName:=mp3File;
mp3player.Open;
mp3player.Play;
Progress.Max := mp3player.Length;

begin

if mp3Folder = "" then Exit;

txtFolder.Caption :=mp3Folder;

FillMP3FileList(mp3Folder, mp3List.Items);
end;



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.022 c
9-1116696958
ivn
2005-05-21 21:35
2005.09.18
Где скачать DSound.pas?


14-1124513529
Mike Kouzmne
2005-08-20 08:52
2005.09.18
Путевые заметки


6-1117176041
Poul
2005-05-27 10:40
2005.09.18
Обработка Ping-ов


3-1123139791
Ирина
2005-08-04 11:16
2005.09.18
Запрос по полю


14-1124430978
syte_ser78
2005-08-19 09:56
2005.09.18
Харьковчане, ау!!!




   Наверх