Using the Mobile Media API, how can I loop the playback of my song?
Created Apr 1, 2006
John Zukowski Use the
setLoopCount() method of Player to playback media with looping. A value of -1 means forever. A value of 1 is the default. 0 is invalid.