Results 1 to 4 of 4

Thread: Play video clips (mp4) in the same window on the page

  1. #1
    Join Date
    Sep 2013
    Posts
    10

    Play video clips (mp4) in the same window on the page

    can anyone assist me in creating an html page where i van select from a list and play a video on the page and in the same window ?

  2. #2
    Join Date
    Dec 2007
    Posts
    2,291

    Re: Play video clips (mp4) in the same window on the page

    You can try to create a web page with the below code:
    Code:
    <video src="test.mp4" controls width="320" height="240">
    
    </video>
    and in browsers like chrome you will be able to play videos without any problem.

  3. #3
    Join Date
    Sep 2013
    Posts
    10

    Re: Play video clips (mp4) in the same window on the page

    my problem is not just playing the video clip.

    I want to be able select from a list and to play a clip then select another from the list to replace and play another clip in the same page and the same location and be able to select and play randomly until I close the page.

  4. #4
    Join Date
    May 2011
    Posts
    102

    Re: Play video clips (mp4) in the same window on the page

    You require a playlist kind of think. Luckily you can add a Youtube Playlist on your HTML page. The code is below. This is a iframe code. In the place of list=ID you have to add the actual Youtube playlist ID.

    Code:
    <iframe src="http://www.youtube.com/embed/videoseries?list=ID" 
    width="100%" height="500" frameborder="0"></iframe>
    If you want to upload your own videos on the server and then link them to a HTML page then you will require some kind of java script for the same. By default when we click a new link the page refreshes or a new window opens up. And in Javascript you can embeds a player with list options.

Similar Threads

  1. Creative Vado video clips play upside down in Vado Central
    By Van Ness in forum Portable Devices
    Replies: 7
    Last Post: 25-04-2011, 11:00 PM
  2. Replies: 4
    Last Post: 29-03-2011, 02:59 AM
  3. News page won't play video in Internet Explorer 9
    By Janze in forum Technology & Internet
    Replies: 3
    Last Post: 15-10-2010, 09:59 PM
  4. Merging video clips
    By aarons100 in forum Windows Software
    Replies: 4
    Last Post: 25-06-2009, 08:42 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,101,172.77381 seconds with 17 queries