Re: Duration of track and cycle mp3 file

Posted by fredvs on
URL: http://uos-forum.108.s1.nabble.com/Duration-of-track-and-cycle-mp3-file-tp1517p1520.html

>I want a mp3 file to start playing from the begining when it comes to end until user let's say don't press the button.

uos_Play(theplayer, -1);   // -1 = loop forever, otherwise num of loop before stop

When you want to stop the loop with the button: uos_Stop(theplayer);