没有Flash的ASP.NET中的MP3播放器 [英] MP3 Player in ASP.NET without Flash

查看:105
本文介绍了没有Flash的ASP.NET中的MP3播放器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个流式播放MP3文件的网站。我刚检查了我的iPad和我的Android手机,该播放器无法在这些移动设备上运行。我远离Flash的原因是因为MAC不支持Flash,我们希望我们的用户能够从他们的移动设备中的浏览器流式传输。



是否有适合网络浏览器,Android浏览和iOS MAC设备的音频播放器?我的开发是在ASP.NET中,所以php解决方案对我不起作用。



提前谢谢。

I am developing a site that streams MP3 files. I just checked my iPad and my Android phone, and the player does not work on those mobile devices. The reason I am staying away from Flash is because MAC doesn't support Flash, and we want our users to be able to stream from the browsers in their mobile devices.

Is there an audio player out there somewhere that is compatible for web browsers, Android browsing and iOS MAC devices? My development is in ASP.NET, so php solutions will not work for me.

Thanks in advance.

推荐答案

您可以尝试使用 HTML5音频 [ ^ ]标签,其中包含不支持浏览器的后备选项。



以下是一些解释后备选项的资源:

使用HTML5音频和视频 [ ^ ]

在5分钟内学习HTML5! [ ^ ]

使用HTML5中的媒体 [ ^ ]
You could try using the HTML5 audio[^] tag with a fallback option for browser that do not support it.

Here are some resources that explain the fallback option:
Using HTML5 audio and video[^]
Learn HTML5 in 5 Minutes![^]
Working with Media in HTML5[^]


< bgsound src =music / Maid with the Flaxen Hair.mp3loop =3balance =0volume =0>



Imran Parvez

经理(IT)博帕尔
<bgsound src="music/Maid with the Flaxen Hair.mp3" loop="3" balance="0" volume="0">

Imran Parvez
Manager (IT) Bhopal


这篇关于没有Flash的ASP.NET中的MP3播放器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆