admob-google / admob-cordova

Google AdMob plugin for Cordova, Phonegap and Intel XDK ,support ios and android,support admob v1 and admob v2 ,Monetize your html5 app with one javascript line.api is easy to use.
65 stars 50 forks source link

Local sounds stop working when admob cordova installed #13

Closed gregstein closed 8 years ago

gregstein commented 8 years ago

Hello,

Local sounds do not work when this plugin or any other admob plugin is installed. However for some reason external sounds (e.g: http://website.com/sound.mp3) work.

is there a way to make the local sounds work? Because when I uninstall this plugin every local sound works a like charm!!

Thank you,

admob-google commented 8 years ago

any log or debug infomation?

gregstein commented 8 years ago

I use intel xdk and the app generates very normal no bugs!

gregstein commented 8 years ago

here is the code i use to play my audio sounds:

play_sound_code.txt

There must be something in the admob plugin that is blocking local mp3 files from playing.

gregstein commented 8 years ago

Thank you for your time!! I am currently using external links.