Open Rello opened 5 years ago
Hi @Rello, I implemented that using a variable into my cookies, so.. when you want to restart your player, before it, you have to set the variable with the current position/time that you want to and after that you can set the position for resume your player....
Regards!
Hello, thank you for your reply. but which variable of soundmanager do you use to hand over the resume position? I am storing the values in a database - but I am missing the restart thing...
Hi @Rello check this Documentation MySound.setPosition(miliseconds), if your sound is paused or stopped set the position and call the property play(). In my case, before to resume the player, I set the position and after that play it!
I hope that this be useful for you!
Hello,
I want to store the playtime of a title to restart on that position after restarting the player. is there a way to set the starting time/progress? I did not find any action.
any suggestion?
thank you!