Help Embedding Video???

Discussion in 'Graphics & Multimedia' started by jawinn, Jul 27, 2006.

  1. #1
    I want to have an embedded video in one of my sites. The problem is that I know nothing about this. I don't want to use a youtube.com setup. I want to host the video myself and use Quicktime to display it to visitors. Any help is much appreciated.

    thx
     
    jawinn, Jul 27, 2006 IP
  2. sundaybrew

    sundaybrew Numerati

    Messages:
    7,294
    Likes Received:
    1,260
    Best Answers:
    0
    Trophy Points:
    560
    #2
    <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320"HEIGHT="180"
    CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
    <PARAM name="SRC" VALUE="videofilename.mov">
    <PARAM name="AUTOPLAY" VALUE="true">
    <PARAM name="CONTROLLER" VALUE="false">
    <EMBED SRC="videofilename.mov" WIDTH="320" HEIGHT="180" AUTOPLAY="true" CONTROLLER="false" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
    </EMBED>
    </OBJECT>


    There ya go :) :)
     
    sundaybrew, Jul 29, 2006 IP
    jawinn likes this.
  3. phlint

    phlint Peon

    Messages:
    58
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you want it super simple you can upload the video to YouTube and then just use that embed code :D Hehe
     
    phlint, Jul 29, 2006 IP
  4. jawinn

    jawinn Active Member

    Messages:
    1,024
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    88
    #4
    Thanks but if you read my original post you will see that I am trying to avoid this.
     
    jawinn, Jul 29, 2006 IP
  5. Pastapuck

    Pastapuck Peon

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Pastapuck, Jul 29, 2006 IP
  6. jawinn

    jawinn Active Member

    Messages:
    1,024
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    88
    #6
    This works fine with one problem. I can't seem to get the controller to display. I set the value to true but it still doesn't show up. Any ideas?
     
    jawinn, Jul 30, 2006 IP
  7. sundaybrew

    sundaybrew Numerati

    Messages:
    7,294
    Likes Received:
    1,260
    Best Answers:
    0
    Trophy Points:
    560
    #7

    This link should explain it all to ya :)

    http://www.apple.com/quicktime/tutorials/embed.html


    Hope that helps :)
     
    sundaybrew, Jul 30, 2006 IP
  8. dagg3r

    dagg3r Peon

    Messages:
    92
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    i just used a CMS with video gallery scripts so much easier, i had the same problem as jawinn and i had to use php so i could parse the filename ie index.php?filename=video.mov too complicated to call names from database and everything so video gallery works best for me but wish you all the best heh
     
    dagg3r, Jul 31, 2006 IP
  9. jawinn

    jawinn Active Member

    Messages:
    1,024
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    88
    #9
    I figured this out. It was an oversight on my part. Thanks again for the help.
     
    jawinn, Jul 31, 2006 IP
  10. Edi2

    Edi2 Peon

    Messages:
    19
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    thnaks guys for this post - i succeeded to embed my video and it's working great :)
     
    Edi2, Sep 16, 2006 IP