Тема: Кнопк'Next'
Показать сообщение отдельно
  #2  
Старый 26.06.2007, 14:52
Аватар для <<D>>
<<D>> <<D>> вне форума
Активный
 
Регистрация: 06.05.2007
Адрес: ГДЕ ТО В СОЛНЕЧНОЙ СИСТЕМЕ
Сообщения: 207
Репутация: 15
По умолчанию Next Track

if pl.count>0 then
if pl.itemindex+1<pl.count then
begin
pl.itemindex:=pl.itemindex+1;
Play(pl.items[pl.itemindex]);
end
else
begin
pl.itemindex:=0;
play(pl.items[pl.itemindex]);
end;

//Где PL - это твой Плайлист
Ответить с цитированием