[Plugin: Audio Player] AJAX theme and audio player
-
I am using Ajax enabled theme which load posts without refreshing whole page. I am very happy with theme.
But I found a problem related audio-player.
Here is my finding.Following codes were not generated when load post with ajax. <script type="text/javascript"> AudioPlayer.embed("audioplayer_1", {soundFile:"XXXX"}); </script>
I think below codes are affecting this issue.
$this->footerCode .= 'AudioPlayer.embed("' . $playerElementID . '", ' . $this->php2js($playerOptions) . ');';
Please help me to fix it.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: Audio Player] AJAX theme and audio player’ is closed to new replies.