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
Original issue reported on code.google.com by
docto...@gmail.com
on 31 Dec 2009 at 10:25