Error on mobile: A Fix
-
We’ve used this for years with no problem, but now this error shows up;
Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip.
I saw on here that it hasn’t been updated in a while. I looked in the code (audio-player.php) and found this on line 556:
if ( strlen($this->options[“flashAlternate”]) > 0) {
Basically it’s as if it was designed so you could turn off Flash in the options, but I don’t have that option. I simply made that if statement true so it loaded the WP default player. I just did it like this:
if ( 1 > 0) {
Hope that helps,
- The topic ‘Error on mobile: A Fix’ is closed to new replies.