Yunyun Cai created CB-12075:
-------------------------------

             Summary: Latest Media Plugin cannot preload sound files
                 Key: CB-12075
                 URL: https://issues.apache.org/jira/browse/CB-12075
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin Media
            Reporter: Yunyun Cai


Using media 1.0.1, you can preload sound files, and play them without any 
problem.
Using the latest version, if you preload multiple sound files, only the last 
one will be played.

For example:
var a = new Media(file1);
var b = new Media(file2);
a.play();

This works with 1.0.1 but not the latest version.
It would be a big problem for our app since we need to preload sound files and 
play them later.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to