Need helping adding videos to a straight HTML page

4 replies
  • WEB DESIGN
  • |
Hey guys and girls,

I am creating a single page for a product of mine coming out. Instead of just having download links for my videos on a download page, I would like buyers to come to the buyers page and have all the videos ready to play on a single page.

I am pretty comfortable with coding, but not great at it. I've been using flowplayer to add videos to a straight HTML page and I've tried to use their directions to add multiple videos.

The problem I'm having is only the top video will be uploaded and play. Any video after that is a blank square you can click and it will download the video file.

If you have a solution for this, please contact me or post here. I don't care if it's flowplayer or something else. This shouldn't be hard to do I would imagine.

I just want videos in a single file line down a page.. arg!

Thanks
Travis
#adding #helping #html #page #straight #videos
  • Profile picture of the author ronc0011
    I suspect part of your problem is band width. When you use Youtube you get the benefit of their servers and bandwidth which is considerable. all I could suggest is test it with just a single video first. also finding and embedding a suitable player can be a challenge though there are several out there.
    {{ DiscussionBoard.errors[5966962].message }}
  • Profile picture of the author Andrew H
    I have used jwplayer and not had this problem before. Post a link to your site so we can look at the code.
    Signature
    "You shouldn't come here and set yourself up as the resident wizard of oz."
    {{ DiscussionBoard.errors[5967025].message }}
  • Profile picture of the author Don Schenk
    Travis, I make the videos 640x480 mp4 in Camtasia, then upload them to screencast(dot)com I am not an affiliate. It's a free account for up to 2 gigs storage and 2 gigs per month download... larger than that $10 per month.

    Once the videos are uploaded, while in screencast, there is a small column of icons on the left hand side of each video (in my account at screencast), and clicking one of those icons gives you the embed code.

    It even includes a player, so you don't need to add a player to the site.

    I drop that code into the HTML in Dreamweaver at the places where I want the videos.

    That's all there is to it.

    Just for grins, you can then resize the video in the code by changing the sizes in the code. For example if the video is 640 width, by 480 high, I just change those (in the code) to whatever size I want instead of going back into Camtasia and recreating the file.

    A 640x480 can become 480x320.

    The video player shows up on the site, and the videos can play. You can add as many videos as you wish to a webpage.

    I sent a PM with a link to an example website using this.

    :-Don
    {{ DiscussionBoard.errors[5967135].message }}
    • Profile picture of the author Brandon Tanner
      Travis,

      I have a site that has about 10 Flowplayer vids on a single page, so I should be able to help you troubleshoot this pretty quickly. Post or PM me the URL and I'll be glad to check it.
      Signature

      {{ DiscussionBoard.errors[5968457].message }}

Trending Topics