So, I had the code to shuffle the video names and then call intent.ACTION_VIEW with the shuffled name to playback the video clips. This code works fine before, no matter what format this video is in, even I changed the file extension etc. But with the latest 2.2 update, mp4 files are still find, even if i change the name from foo.mp4 to foo.foo and it can still be played back. But if the video is in wmv format, so, I changed the name from foo.wmv to foo.foo, this video can't be played back. I got an error saying this video can't be played. If I keep foo.wmv name and this will work just fine. Any ideas on what changed in 2.2 to cause this issue? I even tried to set the MIME type to video/x-ms-wmv, but no help either. Any one has a suggestion about how can I bypass this issue? I can't keep the extension in my code, so...
-- 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

