Mp3 Project

Please discuss general Delphi programming topics here.

Mp3 Project

Postby Zolan » October 11th, 2003, 12:57 pm

Hey!
I´m Working on a mp3 project and i am trying to figure out how to loop a mp3list when i check the Repeat all checkbox.

Thanks in edvanse.
Zolan
Active Member
Active Member
 
Posts: 12
Joined: October 5th, 2003, 2:58 pm

Postby Johnny_Bit » October 11th, 2003, 1:58 pm

you need variable NextSong: Integer

if NextSong=LastSong+1 then NextSong:=1;

simple and stupid. rest you've got to think by yourself
Johnny_Bit
VIP Member
VIP Member
 
Posts: 455
Joined: June 15th, 2003, 9:56 am

Postby Zolan » October 11th, 2003, 2:16 pm

Johnny_Bit wrote:you need variable NextSong: Integer

if NextSong=LastSong+1 then NextSong:=1;

simple and stupid. rest you've got to think by yourself



Thanks!!!
Zolan
Active Member
Active Member
 
Posts: 12
Joined: October 5th, 2003, 2:58 pm


Return to Delphi Programming

Who is online

Users browsing this forum: No registered users and 2 guests

cron