B
B
Be Clack2014-07-11 07:59:23
Software players
Be Clack, 2014-07-11 07:59:23

Is there a js/html5 or flash audio player that will play from the middle of an mp3, is there one?

Is there a js/html5 or flash audio player that will play from the middle of an mp3, is there one?
or from a given second mp3

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Olexandr Dmukhovskiy, 2014-07-11
@olexandrbig

Hello, hrml5 audio tag example

audio.pause();
audio.currentTime = 105;
audio.play();

details here and here

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question