Home › Forums › General Issues › Using repeater fields with MP3 and Audio players › Reply To: Using repeater fields with MP3 and Audio players
yes I do, but not when it is being echoed as part of the WP Audio PLayer.
at the moment I have it working perfect like this
<li>
<div>
<audio controls class="audio-player">
<source src="<?php echo $track; ?>" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</div>
</li>
using the HTML5 player
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.