As far as O know, web pages play mp3 sounds by embedding invisible Flash players. Since Flash is not available on mobile webkit (iphone/ipad), how is it possible to play mp3 on this platform?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
HTML5 supports these 2 tags (audio / video) which Safari supports:
In your case, you can use the audio tag.
The only catch is getting the right format for your media. 🙂
Safari supports MP3 for audio, and MPEG 4 for video… Firefox supports OGG for audio/video, (I believe Opera does too), and chrome supports both.