Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 Android 使用 HTML 播放音频文件。例如:我有音频 URL 文件http://a1.phobos.apple.com/us/r1000/011/Music/12/14/7f/mzm.ubzkrulq.aac.p.m4a,需要让它在 HTML 浏览器中播放。我该怎么做呢?
http://a1.phobos.apple.com/us/r1000/011/Music/12/14/7f/mzm.ubzkrulq.aac.p.m4a
试试看 -
mediaPlayer.setDataSource(<http url>); mediaPlayer.prepare();