aroma peng created CB-1659:
------------------------------
Summary: FAIL TO Change Media SRC
Key: CB-1659
URL: https://issues.apache.org/jira/browse/CB-1659
Project: Apache Cordova
Issue Type: Bug
Components: Android
Affects Versions: 2.1.0
Environment: win7
eclipse
android 2.3
Reporter: aroma peng
Assignee: Joe Bowser
in AudioPlayer.java
readyPlayer function
case stopped
the code:
if (this.audioFile.compareTo(file) == 0) {
//reset the audio file
player.seekTo(0);
player.pause();
return true;
}
when i change media src from a to b ,then change back the media src to b
from a ,
the variable audioFile is a , and the new file is a , according to the
code , so it not load a file again ,and keep play file b. then get a error.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira