Jump to content

Raabianony

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Raabianony

  1. Thanks for the response.

    The actual links are as below:

    <a id="Genome" target="VidFrame" href="www.informix.pk/Videos/Genome.mp4"> Human Genome</a>
    <a id="KKC" target="VidFrame" href="www.informix.pk/Videos/KKC.mp4"> Human Genome</a>
    <a id="Nutrition" target="VidFrame" href="www.informix.pk/Videos/Genome.mp4"> Food and Nutrition</a>

    The code for the iFrame is;

    <iframe name="VidFrame" width="800px" height="450px" src="I don't know" frameborder="0" allowfullscreen> </iframe>"

    The hyperlinks and the iFrame are on the same page. This code doesn't help.

    Please help.

     

  2. Hi everyone!
    This is my 1st post here.

    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 appear in the "VidFrame" iframe.

    Regards

×
×
  • Create New...