Hello Everyone!!!!
I want to add Inline audio Player in a grid which have Play/Pause control as well as Seekbar for moving and sound control. Please view the attached image for more details.
Please help me ASAP…
Hello Everyone!!!!
I want to add Inline audio Player in a grid which have Play/Pause control as well as Seekbar for moving and sound control. Please view the attached image for more details.
Please help me ASAP…
HTML5 <audio></audio> tag.
In <audio>, I have passed ".wav" file as a source but IE not supporting <audio> tag with wav files.
It’s interesting that M$ doesn’t support there own format ![]()
However, using .wav format is not the best idea for the web, they are BIG. You might try MediaElement.js. I’ve not used it yet, but have heard a lot of good.