Results 1 to 5 of 5

Thread: insert url of a video in a html code

  1. #1
    Join Date
    Feb 2006
    Posts
    33

    insert url of a video in a html code

    I created a site on my brother's wedding!
    I use the software and can insert videos, but what I made was too big! so I uploaded on google video!
    Now I'd like to find a bb code or HTML code to add my video on my site!
    I do not want people clicking on the link and land on google video!
    I wish that the video is displayed directly on my site!
    Can you help me?
    code?
    thank you in advance!

  2. #2
    Join Date
    Dec 2007
    Posts
    1,599

    Re: insert url of a video in a html code

    Transfer your video directly from your host and put a link on a web page of your site.

  3. #3
    Join Date
    Feb 2006
    Posts
    33

    Re: insert url of a video in a html code

    thank you I will try that.

  4. #4
    Join Date
    Dec 2007
    Posts
    1,547

    Re: insert url of a video in a html code

    This tag allows you to insert a video clip into your web page. The starting tag is <EMBED SRC="URL" WIDTH="XX" HEIGHT="XX" AUTOSTART="VALUE"> and the closing tag is </EMBED>. Nothing goes between the two tags.

    URL is replaced with the internet address of the video file. The two XX's are replaced with the desired width and height of the movie and controls. VALUE is replaced with either

    TRUE - Movie automatically starts
    FALSE - Movie starts when play button is pushed

    index.html - Notepad
    ....<BODY>

    <EMBED SRC="video.avi" WIDTH="125" HEIGHT="150" AUTOSTART="FALSE">

    </EMBED>

    </BODY>....

  5. #5
    Join Date
    Oct 2005
    Posts
    2,358

    Re: insert url of a video in a html code

    Method 1
    1. Click on the Insert/Edit Embedded Media button (green coloured icon, centre right of the middle row of buttons). A new window comes up.
    2. Makes sure FLASH is selected in the TYPE field.
    3. Paste the YouTube web address (URL) of the video clip into the FILE/URL field.
    4. Click in the DIMENSIONS field and the video should appear in the preview window below. You can either leave the dimensions as they are or type in any other dimensions in pixels that you want.
    5. This method does not appear to work for YouTube playlists and Real News video feeds. Use method 2 below for these.


    Method 2
    1. Click on the HTML button at the top of the on-site word processor (located at the centre of the middle row of buttons) The HTML editor will appear.
    2. Launch another browser tab, go to the relevant YouTube page and copy the embed code next to the YouTube clip.
    3. Paste the code into the HTML editor at whatever location you prefer.
    4. Click on the update button at the bottom of the HTML editor. The space occupied by the clip will now appear in the article coloured yellow, but you will not be able to see the clip until you save the page and preview the site.
    I'm the Proud Owner of the most dangerous weapon
    known to man kind: Human Brain

Similar Threads

  1. Insert HTML text box
    By - Empty Shell - in forum Software Development
    Replies: 10
    Last Post: 23-12-2010, 04:22 AM
  2. HTML code to play video in browser
    By Isabella in forum Software Development
    Replies: 6
    Last Post: 09-06-2010, 01:07 PM
  3. How to insert JavaScript into HTML file?
    By Shekhar12 in forum Software Development
    Replies: 3
    Last Post: 24-11-2009, 05:49 PM
  4. How do I insert an image in HTML?
    By Pikachoo in forum Software Development
    Replies: 3
    Last Post: 05-02-2009, 11:09 PM
  5. how to insert html code into email message?
    By MikeY007 in forum MS Office Support
    Replies: 1
    Last Post: 29-01-2008, 07:12 PM

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,713,488,785.90839 seconds with 17 queries