Thomas Hunter II created CB-9555:
------------------------------------

             Summary: Media plugin should hide details of filesystem access
                 Key: CB-9555
                 URL: https://issues.apache.org/jira/browse/CB-9555
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android, CordovaJS
            Reporter: Thomas Hunter II


When using the Media plugin to play music from the local filesystem, one can 
simply load the path to media files relative to the www/ directory on iOS, e.g.:

{noformat}new Media('audio/file.wav');{noformat}

However, when using Android, one needs to prefix the path with a string (a 
string which is not mentioned in the documentation):

{noformat}new Media('/android_asset/www/audio/file.wav');{noformat}

This is of course a very leaky abstraction. Regardless of the platform Cordova 
runs on, one should be able to use the same path for playing audio.



--
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