Why video link is not showing up of this app? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why video link is not showing up of this app?

19th Aug 2016, 9:13 AM
Nitesh Jaiswal
Nitesh Jaiswal - avatar
5 Answers
+ 2
You can use iframe.
19th Aug 2016, 9:23 AM
HawkEye
HawkEye - avatar
+ 1
What video?
28th Nov 2016, 7:13 AM
Chris Coder
Chris Coder - avatar
0
i have the same question, how do you access the videos?
13th Sep 2016, 8:43 PM
laxarun
0
@laxarun try this. <video controls> <source src="yourvideopath" type="video/mp4"> /*Or you can other supported video types*/ Exam. <source src="yourvideopath" type="video/ogg"> </video> just this :)
13th Sep 2016, 8:50 PM
HawkEye
HawkEye - avatar
0
the videos have properties. some are allowed to be embedded in Web page and some arent. you must check this property. video link might not be getting rendered due to this reason.
19th Sep 2016, 7:14 PM
Mansi Verma
Mansi Verma - avatar