RickyMartin
Member
The audio.seek method still seems to be broken.
I'm using the following code:
It skips ahead in the web UI but it just replays the track from the beginning whether i'm streaming the file or playing a predownloaded one.
I'm using the following code:
Code:
event.on('chat', function (ev) {
if (ev.text == "!seek") {
audio.seek(200);
}
}
It skips ahead in the web UI but it just replays the track from the beginning whether i'm streaming the file or playing a predownloaded one.