Add a video to PHP or HTML

Discussion in 'Graphics & Multimedia' started by Crissco, Dec 6, 2009.

  1. #1
    How do you add a video or in my case, 1,000s of videos to a PHP or HTML editor?
     
    Crissco, Dec 6, 2009 IP
  2. scope1993

    scope1993 Member

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #2
    Which video format are u talkin about ?

    If Flash:

    <object type="application/x-shockwave-flash" data="movie.swf" width="550" height="350">  
         <param name="movie" value="FILENAME.swf" />  
            <param name="quality" value="high" />  
        </object>  
    
    
    Code (markup):
     
    scope1993, Dec 6, 2009 IP
  3. Sweely

    Sweely Well-Known Member

    Messages:
    1,467
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    165
    #3
    Simply get the embed-code from YouTube - or host the videos on a server.
     
    Sweely, Dec 6, 2009 IP
  4. Crissco

    Crissco Greenhorn

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #4
    The vidoes open in WMP. Im also possibly thinking about a youtube type of website, with my own content.
     
    Crissco, Dec 6, 2009 IP
  5. Sweely

    Sweely Well-Known Member

    Messages:
    1,467
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    165
    #5
    I think you should upload all the videos to youtube, and then embed them to your website. Since you have a lot of videos - I would upload them to YouTube first - and then embed them to the website. Videos take up a lot of space, and by multiplying that by 1000 - you get a lot of space to use. Use YouTube.
     
    Sweely, Dec 6, 2009 IP
  6. Crissco

    Crissco Greenhorn

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #6
    Its a porn site bro. I doubt thats going to work lol. Thanks anyway
     
    Crissco, Dec 6, 2009 IP
  7. jtaylo49

    jtaylo49 Peon

    Messages:
    66
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I use this www[dot]gdd.ro/gddflvplayer.html

    You just download it, upload it to your server and follow the instructions. It comes with an embed coder that allows you to just enter in the movie specs (height, width, movie title) etc that you want and it will generate the code for you. It also allows you to add short clips in front of the video for ads and stuff. Pretty cool and looks nice.
     
    jtaylo49, Dec 6, 2009 IP
  8. rype

    rype Well-Known Member

    Messages:
    125
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    125
    #8
    In my idea based what your asking, Id find a video gallery script. Simalar to youtube.
     
    rype, Dec 6, 2009 IP
  9. dream party

    dream party Active Member

    Messages:
    630
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #9
    Convert them to FLV (with free Video4Web Converter)and make FLV player to stream them on your website.
    Here is the program you can use - http://www.playerdiy.com/
    It is a Flash video player creator for Web.
    This is tutorial --http://www.playerdiy.com/support/tutorial/customize-flash-video-player.html
     
    dream party, Dec 6, 2009 IP
    Piggy likes this.
  10. ehstudios

    ehstudios Peon

    Messages:
    38
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Hey Crissco! If you are wanting to host your videos on a PHP generated/maintained website, you should consider what I like to call a "video sharing script". If you don't have your own server and are on a shared or virtual dedicated server with a web host - You may have something called Fantastico, which offers automated installment for "scripts" like Drupal, Joomla, Wordpress, etc. Sometimes the web host will pre-load video sharing scripts inside of Fantastico.

    If none are displayed then you may also have something called InstantVideo Installer, which is much like Fantastico but built only for video sharing/uploading scripts. This installer usually includes two or more scripts like "PHPMotion" and/or "VidiScript". These two scripts, if I remember correctly, are both open-source or at least free to download. If you don't have the InstantVideo Installer package I am sure that you could google "PHPMotion" and/or "VidiScript" or even "Open Source Video Sharing Scripts" and get all of it sorted out quickly. Almost all of the popular ones are built with PHP/MySQL.

    On a side note, I have tested both of the scripts mentioned above and they work quite well! They convert videos (with a specific range of acceptable formats) into the appropriate format and also display them in the proper video player.

    Hope this helps!
     
    ehstudios, Dec 10, 2009 IP
  11. Piggy

    Piggy Active Member

    Messages:
    574
    Likes Received:
    9
    Best Answers:
    1
    Trophy Points:
    70
    #11
    Piggy, Dec 11, 2009 IP
  12. anllyy

    anllyy Peon

    Messages:
    211
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Right, Moyea web player is good. But now I use Moyea PlayerBox, because it is free and it is as good as moyea web palyer, even better.

    Maybe you can have a try too. :D
     
    anllyy, Dec 16, 2009 IP
  13. dream party

    dream party Active Member

    Messages:
    630
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #13
    dream party, Dec 17, 2009 IP