Skip to content
This repository has been archived by the owner on Jan 7, 2018. It is now read-only.

read resources form assets folder #31

Open
GG-coder889 opened this issue Sep 2, 2013 · 0 comments
Open

read resources form assets folder #31

GG-coder889 opened this issue Sep 2, 2013 · 0 comments

Comments

@GG-coder889
Copy link

how can i read res form assets folder?
when i write the code as below
var audio = new Audio();
audio.src = "audio/bg.mp3";
audio.addEventListener("canplaythrough", function() {
alert('The file is loaded and ready to play!');
}, false);
it comes error:

Unable to read file: file:///android_asset/audio/bg.mp3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant