www.webdeveloper.com
+ Reply to Thread
Results 1 to 10 of 10
  1. #1
    Join Date
    May 2008
    Posts
    291

    how can i put the video on my site?

    hello

    i boughht a video on one of those template sites. someone will edit it as i want with adobe after fx



    then how an i put the video on my site?

  2. #2
    Join Date
    Dec 2012
    Posts
    44
    If you want to put any video on your site then first of all check that weather your site has functionality of uploading video or not if not then code for that and enable that service and then put the video on your site.

  3. #3
    Join Date
    Jan 2013
    Posts
    1
    You can convert your video into mp4 file format and then insert on your site with easy HTML5 tag.
    [code]
    <video width="640" height="48" controls>
    <source src="movie.mp4" type="video/mp4">
    </video>
    [code]

  4. #4
    Join Date
    Apr 2006
    Posts
    66
    Try This:
    <center>
    <object width="600" height="400"> <param name="movie" value="Movie1.swf"> <embed src="Movie1.swf?wmode=transparent" frameborder="0" wmode="Opaque"" width="600" height="400"> </embed> </object>
    </center>

    Remember to upload "Movie1.swf to the same directory as the page using this script.

    Jack O'Connell

  5. #5
    Join Date
    Dec 2012
    Posts
    52
    You can upload it onto you tube or google video. On both there are ways to keep the video private if it's a personal video. On youtube, you can make the video private by going to the Broadcasting and Sharing Options and under privacy, select private. On Google Video, you can select unlisted after you've uploaded your video. Then, on both of them, you can use the embed code and just paste that in your html code wherever you want it and tada! it's there.

  6. #6
    Join Date
    Jan 2013
    Location
    USA
    Posts
    18
    Try above post of Jack, <center>
    <object width="600" height="400"> <param name="movie" value="Movie1.swf"> <embed src="Movie1.swf?wmode=transparent" frameborder="0" wmode="Opaque"" width="600" height="400"> </embed> </object>
    </center>

  7. #7
    Join Date
    Mar 2013
    Posts
    2
    You need to make the video to a website friendly format like swf or flv.
    I assume you have some mp4 video in hand, try this tool - mp4 to flv
    i have used it quite a bit

  8. #8
    Join Date
    Oct 2011
    Posts
    124

    web design company

    hi,
    here is code for uploading video for your site
    <object width=”425″ height=”344″><param name=”movie” value=”http://www.youtube.com/watch?v=S6Gnzx1WyYE″></param><param name=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param><embed src=”http://www.youtube.com/watch?v=S6Gnzx1WyYE″ type=”application/x-shockwave-flash” allowscriptaccess=”always” allowfullscreen=”true” width=”425″ height=”344″></embed></object>
    Last edited by adumpaul; 04-13-2013 at 02:52 AM. Reason: to give better answer

  9. #9
    Join Date
    Mar 2013
    Posts
    6
    first you have upload your video on your server or youtube than you can call your video using code where ever you want

  10. #10
    Join Date
    Apr 2013
    Posts
    1
    You have two options (from the website visitor's perspective) when you want to put video on your website. Either let the visitor wait for the download of the entire video file and then view it, or use streaming techniques to immediately start playing the video file when the page loads. Streaming video becomes more and more popular every day.

    Many web designers or webmasters think that the process of creating a video, editing it and uploading it to the website is a pain. The truth is that it does take time to do it, but it's not that complicated.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

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
HTML5 Development Center



Recent Articles