pingjiang / rokon

Automatically exported from code.google.com/p/rokon
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Continuous music play not working #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. music.play("audio/song1.mid", true);
2. music will only play once
3.

What is the expected output?
continuous play

What do you see instead?
plays one time

What version of Rokon are you using?
Build 83

On which version of Android are you experiencing this?
1.6

Please provide any additional information below.

The continuous parameter is not being utilized.  A simple call to 
music.setContinuous(true) fixes the problem.  

+_mediaPlayer.setLooping(continuous); 

to the play method will fix this problem.

Original issue reported on code.google.com by docto...@gmail.com on 31 Dec 2009 at 10:25

GoogleCodeExporter commented 9 years ago
Thanks for that, fixed in r86

Original comment by rtaylor205@gmail.com on 1 Jan 2010 at 6:49