Thanks,
Raju
> --
> You received this message because you are subscribed to the Google
> Groups "phonegap" group.
> To post to this group, send email to phon...@googlegroups.com
> To unsubscribe from this group, send email to
> phonegap+u...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/phonegap?hl=en?hl=en
>
> For more info on PhoneGap or to download the code go to www.phonegap.com
I/System.out( 8674): PluginManager.exec(Media, startPlayingAudio,
Media2, ["50e32e7e-5ff6-071b-1ee0-53d15704c1d6","/resources/where_to_begin.mp3"],
true)
I/System.out( 8674): PluginManager.addPlugin(com.phonegap.AudioHandler)
I/StagefrightPlayer( 8618):
setDataSource('/sdcard//resources/where_to_begin.mp3')
And here's what I see when I'm trying to access APK package content
using "/android_asset":
I/System.out( 542): PluginManager.exec(Media, startPlayingAudio,
Media2, ["b3ec58be-055d-fa4f-cc0d-454d4ca6ebe1","/android_asset/www/resources/where_to_begin.mp3"],
true)
I/System.out( 542): PluginManager.addPlugin(com.phonegap.AudioHandler)
W/AudioFlinger( 59): write blocked for 197 msecs, 1 delayed writes,
thread 0xd7a8
I don't see any error messages, and the same MP3 file worked with
PhoneGap 0.9.1, when I had the file on the sdcard. Has anyone else
experienced the same problem?
Raju
On Thu, Oct 14, 2010 at 2:24 AM, Raju Bitter
On Thu, Oct 14, 2010 at 2:30 AM, Raju Bitter
this.mPlayer.prepare()
before you set the onPreparedListener for the MediaPlayer object:
this.mPlayer.setOnPreparedListener(this);
If you set the onPreparedListener before call this.mPlayer.prepare(),
everything works fine. Should I file a bug?
Raju
On Thu, Oct 14, 2010 at 2:45 AM, Raju Bitter
Raju