Audioplayer in an array
-
Hi,
I use audioplayer with TablePress. Like this, I can propose to listen .mp3 in an array.
Since the last update, audioplayer doesn’t work anymore in an array.
In the regular post content, the custom mechanism to parse the [audio] shortcode works very well.
But the new shortcode handling function that you use in a table doesn’t work. Audioplayer doesn’t find the file when I run it in the cells of an array.
I only commented out one line, by adding the // before the line
add_shortcode(“audio”, array(&$this, “insertPlayer”));
in line 166 of the file audio-player.php and it now works again.Please, can you check this in order to correct this in the future version.
Thanks a lot.
Best regards.
Thierry Grandjean
- The topic ‘Audioplayer in an array’ is closed to new replies.