My code snippet is as follows:
<embed src="upload/audiofile/<?php echo $row['filename']; ?>" height="12px" width="150px" controller="true" autoplay="false" autostart="false" />
I have utilized this code to play audio files on a webpage, however, it does not work effectively across all browsers and systems. I am looking for the correct format to ensure that audio files can be played on a webpage consistently across different platforms and browsers.