Hello,
I am using following code to play audio into flash player.
<embed id="player" style="display:none;" src="soundclip.wav"></embed>
This player is hidden on view page and I am using other custome player to play
and pause it's audio. Also I have displayed a audio seeking bar to track
current position of audio.
I am using following javascript code to play and stop flash audio:
var AUDIO = document.getElementById("player");
AUDIO.play();
AUDIO.stop();
But I am unable to track this in my customized player so please provide a way
to use audio seeking bar as it is in embed player.
Thanks in Advance!
Original issue reported on code.google.com by dadheech...@gmail.com on 10 Apr 2014 at 5:49
Original issue reported on code.google.com by
dadheech...@gmail.com
on 10 Apr 2014 at 5:49