📢 Newsroom Update

The iPhone 16 and iPhone 16 Pro lineups, Apple Watch Series 10, the new black titanium Apple Watch Ultra 2, AirPods 4, and new colors for AirPods Max are now available! Learn more >

You can make a difference in the Apple Support Community!

When you sign up with your Apple ID, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

HTML5 tag not working in Safari

I've included a very simply HTML5 script in my webpage like this:

<!DOCTYPE HTML>
<html>
<head>
<title>HTML5 Player</title>
</head>

<body>
<audio
controls="controls"
autoplay="autoplay"
<div class="jive-quote">
<source src="http://www.mydomain.com/folder/filename.mp3" type="audio/mp3" />
<source src="http://www.mydomain.com/folder/filename.ogg" type="audio/ogg" />
</audio>
</body>
</html>

Works fine in Opera, Firefox, Chrome, on my IPhone...not in Safari on my MacBook and on the IPad.
All I see is a bar with a circle and 30 inside and the play button...nothing happening when I pudh the play button.

What am I doing wrong? Thanks for the help in advance!

MacBookPro, Mac OS X (10.6.5)

Posted on Nov 17, 2010 1:31 AM

Reply
2 replies

HTML5 tag not working in Safari

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.