FrontPage- How do I embed videos?

Discussion in 'HTML & Website Design' started by joyful1, May 13, 2008.

  1. #1
    I have created a Camtasia video and want to upload it my sales page. I have placed written content on the sales page, but would like the video to display there as well. Can anyone walk me through the process? Thanks!
     
    joyful1, May 13, 2008 IP
  2. MoWarez

    MoWarez Member

    Messages:
    39
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    #2
    U need a video link if its from youtube its easy all you need is embed code which would be something like this ( which I have taken from youtube )

    
    <object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/YeH6rE8Qr7g&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/YeH6rE8Qr7g&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
    
    Code (markup):
    above code if you coppy and paste in note pad save the page as test.html and run it it should showe you the vid

    if you would like to add same vid to front page you would need to edit index.html or what ever script language you using if its php it would be index.php and so on


    hope this helps you :D
     
    MoWarez, May 13, 2008 IP