You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Yunyun Cai (JIRA)" <ji...@apache.org> on 2016/10/27 20:37:59 UTC

[jira] [Updated] (CB-12075) Latest Media Plugin cannot preload sound files

     [ https://issues.apache.org/jira/browse/CB-12075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yunyun Cai updated CB-12075:
----------------------------
    Priority: Critical  (was: Major)

> 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
>            Priority: Critical
>
> 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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org