Results 1 to 2 of 2

Thread: video on website

  1. #1
    Join Date
    Jan 2007
    Posts
    15

    video on website

    Hi, I want to embed youtube videos onto my website. I will want to add new ones every week.

    Would the best way to do this be by using a blog to post them?

    thanks

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    YouTube give you the code to insert in a web page.

    If you want to add videos every week, you could certainly use a new blog post each time, or just insert the new code in your existing web page; which will make the page longer each week so eventually it may become too long and slow to download. If the YouTube videos all start automatically you will have to insert code to stop this, like:-
    <param name="controller" value="true"/>
    <param name="autostart" value="false"/>

    inside the object and embed tags; but the above code may only work with mp4 files; for flash file you may have to do some research to stop autostart.

    See http://stephenjungels.com/jungels.ne...deo-howto.html which may help.

    If you want to change the video every week I think you will end up doing it manually but all you need to change is the YouTube file url, not the whole object tag code.
    Last edited by Wickham; 11 Jun 2007 at 01:41 AM.
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Similar Threads

  1. Free website templates, website tools & website articles
    By webguruaish in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 27 Apr 2007, 08:09 AM
  2. Free website templates, website tools & website articles
    By webguruaish in forum Website Design Reviews
    Replies: 0
    Last Post: 27 Apr 2007, 08:07 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •