Вниз
Скачать: 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.027 c
3-1122994415
wqer
2005-08-02 18:53
2005.09.18
ORACLE odac


4-1122532698
MegaVolt
2005-07-28 10:38
2005.09.18
Какое событие отвечает за изменение размеров колонки ListView?


3-1123042913
Layner
2005-08-03 08:21
2005.09.18
Программа в XPrus выполняет запрос в 2003en не выполняет..


14-1124503939
OldNaum
2005-08-20 06:12
2005.09.18
Browsers Vs Clients


14-1124136607
Almaz
2005-08-16 00:10
2005.09.18
А как насчет SPbMP ?




   Наверх