Hello. Audios files can't be played on safari. The player appears perfectly on firefox and explorer but not on safari. this is what i use

 <audio preload="metadata" controls="controls">
                                <source src="song.mp3" type="audio/mp3">
                                <source src="song.mp3" type="audio/ogg" />
                            </audio>

any help?

Recommended Answers

All 2 Replies

Thanks man. For people who have the same problem. The solution is that you need to install Quicktime at least if you want to use the latest version of Safari. Other browsers work fine but if you want the <audio> or <video> element to work the user must have installed Quicktime

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.