>I'm working on video player too...My issue is I can't read a video >from assets folder...Did you try this?
this might be because the file:///android_asset/assetname URL format only works in the webview, an issue i reported the other day. you can open the asset with the AssetManager API, cache it to /sdcard, and play it from there. ass-backwards, admittedly. sigh. -- jason.software.particle --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

