You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2012/10/25 23:53:12 UTC

[jira] [Commented] (CB-1659) FAIL TO Change Media SRC

    [ https://issues.apache.org/jira/browse/CB-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13484514#comment-13484514 ] 

Joe Bowser commented on CB-1659:
--------------------------------

Can you provide some sample code for this issue? 
                
> 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 3.0
>            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