ornicar/dmFlowPlayerPlugin

problem with the pause of player

ferchuhill opened this issue · 0 comments

Hi, im using the player loding mp3 (you can see over here http://republica99.com.ar ), when the sound start I can't pause, do you know why? I use this tag
echo _media($audio->getAudio())
->size(300, 25)
->method('fit')
->control(true)
->autoplay(false);

thanks