Support

Account

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