[Audio Player] .addListener Error
-
I need to get Javascript notifications of play/pause/stop events and I can’t get them to work at all.
I am using following code,AudioPlayer.addListener(‘audioplayer_1′,’play’, function(dat) { alert(dat); });
but it is giving the error ‘addListener() is not a function’
Can any one help me with this?Thanx in advance!!!
- The topic ‘[Audio Player] .addListener Error’ is closed to new replies.