okay does anyone know how i can make a javascript audio player THAT AUTOPLAYS because i am Sick and Tired of tutorials online for some ugly super modern looking ui when all i want is literally just buttons that call functions, since i cant find ANYWHERE that tells me how to do that!
Hey, I don't have an easy way to give you the code but I have a alright player on my website. You can see the player on the Clippy text bubble and the code should be somewhere at the bottom of the HTML. Hope this helps if you can find it.
you specifically don't want to use the HTML tag?
nope because i want to style it. that's pretty much it
Autoplay is very hard without any interaction in the site, but if you do anything, it probably will work, Example: https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_audio_autoplay
i wasn't looking for the tag, i want to make my own audio player. but i ended up finding out how
Hey, I don't have an easy way to give you the code but I have a alright player on my website. You can see the player on the Clippy text bubble and the code should be somewhere at the bottom of the HTML. Hope this helps if you can find it.
I've got a simple code for that, just let me know