+ 3
The audio just stopped playing, I am wondering why.
https://sololearn.com/compiler-playground/WI36pJSt1uNj/?ref=app
10 Respostas
+ 5
Google drive links are not working here I think
Use Dropbox
Tutorial -
https://sololearn.com/compiler-playground/WW6t4B73kJVz/?ref=app
If you are still facing any problem Use this link - https://www.dropbox.com/scl/fi/35ypxe67vtt5emnff2aeg/David-Fesliyan-Rise-Up-Steve-Oxen-TubeRipper.com.m4a?rlkey=ujtw2xpj7omvcixnuqynzsrg5&raw=1
+ 4
Some browsers, such as Safari, donât allow element focus or automatic audio playing without the user first interacting with the page.
I didnât see anything wrong with the code, so it should be valid. It is probably simply disallowed by the browser you are using (the mobile Sololearn applications donât have their own browser, they use someone elses).
+ 3
You also have a problem with the closing tag on line 40.
+ 3
That may be tricky. I've also tried the iframe method but with no luck. It is (somewhat understandably) frequently blocked by browsers:
https://developer.mozilla.org/en-US/docs/Web/Media/Autoplay_guide#autoplay_and_autoplay_blocking
Here's one working example (turn your volume down first!):
https://sololearn.com/compiler-playground/W8ODQlIstFcN/?ref=app
+ 3
I wish all browsers had a way to controll wheather automatic noise is blocked or not, and I wish they all had a way to change the settings for a specific website.
+ 2
AIM, your response is so helpful. The tutorial, straight to the point.
You are the best!
+ 2
TacoBlayno Yeah, sometimes it's annoying and invasive. Fortunately most times I visit sites where video popups occur they have it coded so the audio is muted; you have to unmute if you want to listen.
Fortunately I've rarely encountered sites with autoplay audio.
+ 1
TacoBlayno, you have the eagle eyes to spot the missing '>' in the "</button " closing tag. Thanks!
+ 1
The autoplay is not working.
Why?
0
H