+ 3
//need help -why the video isn't running ?
i have used <iframe> but why the yt video is not running? can you gys pls answer... https://code.sololearn.com/WAJyE6ZOsp1x/?ref=app
4 Antworten
+ 7
You have to modify the url of the youtube video you want to embed in the iframe, not just use the copied-pasted one from th adresse of the page:
<iframe src="https://youtube.com/embed/RmXwcHCLmQ4"></iframe>
+ 3
tnamks to everybody.
+ 2
//u should addlink of youtube as show in the code.This works:
https://code.sololearn.com/WinKag7U5fUT/?ref=app
0
instead of adding in YouTube videos, why don't you use videos off the computer itself, grab the video off YouTube itself and embedded it all throught folders allowing easy access and not having to worry about issues that come up with the site you use for the video, so incase the video gets flagged off or removed, your site can still show the video. but it's just a suggestions.