I'm trying to create a block with my podcast using Views module. I'd like that the visitors can see the next podcast without need to refresh the page.
The block work fine until I select 'Use Ajax' options for my block. After that, when I click to the open the next podcast, the block show me a message "It look's like you don't have Adobe Flash Player installed. Get it now.". If I turn off the ajax option, the block work fine.
Can someone had this problem too? How fix this problem?
Comments
Comment #1
jdelaune commentedUnfortunately the javascript which comes with the standalone version of the wordpress audio player isn't Drupal friendly and therefore doesn't use Drupal JS Behaviours which would get loaded on an AJAX refresh.
So this can't be done without a re-write of the JS.