+ 1
Why video link is not showing up of this app?
5 Respuestas
+ 2
You can use iframe.
+ 1
What video?
0
i have the same question, how do you access the videos?
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 :)
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.