I want to make a web app like instagram Story with contents not by users but only by myself. And not using video but TTS sounds and texts&images
So what i need is
-
How can i start playing sounds when user load page
(I know when page is loaded condition but i dont know how can i play sound immediately when just page is loaded. I used circle player by bubble) -
How can i navigate to another page when former page’s playing time is over
(I can get duration time becuz tts API provides it. But i dont know how can i make workflow using it)
Thanks in advance