PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/outtheboxministry.org/themes/sunshine/layout/players/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/outtheboxministry.org/themes/sunshine/layout/players/audio.phtml

<?php $rand = rand(0000,9999); ?>
<div id="audio_p_<?php echo($rand); ?>">
    <audio crossorigin preload="none">
        <source src="<?php echo $wo['media']['filename'];?>" type="audio/mpeg">
        <source src="<?php echo $wo['media']['filename'];?>" type="audio/mp3">
    </audio>
</div>
<style>
.mejs-container {
	width: 100% !important;
	margin-left: auto;
    margin-right: auto;
}
</style>
<script>
    $(function() {
        new GreenAudioPlayer('#audio_p_<?php echo($rand); ?>', { showTooltips: true, showDownloadButton: false, enableKeystrokes: true });
    });
</script>