Hello everybody!
This is my 1st post.
I have 5 video links, to different videos, on my Web page; like
video 1 link
video 2 link
----
----
video 5 link
I have one iframe, on the same Web page as the links;
<iframe name="VidFrame" width="800px" height="450px"
src="????" frameborder="0" allowfullscreen>
</iframe>"
I want that; if a user clicks any of the links, that particular video should show up in the "VidFrame" iframe.
Regards
This is my 1st post.
I have 5 video links, to different videos, on my Web page; like
video 1 link
video 2 link
----
----
video 5 link
I have one iframe, on the same Web page as the links;
<iframe name="VidFrame" width="800px" height="450px"
src="????" frameborder="0" allowfullscreen>
</iframe>"
I want that; if a user clicks any of the links, that particular video should show up in the "VidFrame" iframe.
Regards