Audio Field 8.19 -- clicking the blue arrow does not play the audio file and the player does not show up when gzip is enabled in the theme settings for compression. When gzip is not selected in compression it functions as expected.
May I also suggest not using the jwplayer. For commercial sites it is a $100 license. Instead you can use the free html5 player http://mediaelementjs.com/
We were able to get it in with one line of code
<audio src="/uploads/<?php echo $file->subfolder; ?>/<?php echo $file->fullpath; ?>" type="audio/mp3" width="100%" controls="controls" preload="none"></audio>
Audio Field 8.19 -- clicking the blue arrow does not play the audio file and the player does not show up when gzip is enabled in the theme settings for compression. When gzip is not selected in compression it functions as expected.
May I also suggest not using the jwplayer. For commercial sites it is a $100 license. Instead you can use the free html5 player http://mediaelementjs.com/
We were able to get it in with one line of code