Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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.
Posted

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[^]
 
Share this answer
 
Comments
Motley Drew 24-Mar-13 18:16pm    
Thanks for the tip. I will check out your links and see if this works for my situation. I'll give you a rating after I check it out.
<bgsound src="music/Maid with the Flaxen Hair.mp3" loop="3" balance="0" volume="0">

Imran Parvez
Manager (IT) Bhopal
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900