Hello, a question, I'm creating a web page where I post several YouTube videos, | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Hello, a question, I'm creating a web page where I post several YouTube videos,

In the SoloLearn editor if it works but in my pc in firefox only the first video is played, what can I do? this is the code https://code.sololearn.com/WA2JT7KWK0Kx/?ref=app I await your response, thank you

14th Oct 2018, 12:53 AM
Esdras Istupe
Esdras Istupe - avatar
2 Answers
+ 2
The reason firefox does not allow more than one iframe is that iframe are considered pontential dangerous active contents. Reference: https://support.mozilla.org/zh-TW/questions/1182879 You can follow the steps and open Firefox Web Console to check the error messages. In the meantime, I think you can solve the problem with using three separate pages instead. The old-style frameset may help you.
14th Oct 2018, 12:18 PM
Gordon
Gordon - avatar
0
thank you, your help helped me a lot
14th Oct 2018, 2:55 PM
Esdras Istupe
Esdras Istupe - avatar