how to upload or embed an mp4 file to webpage

by arttse
1 replies
Is it easy?

Do I need any code or software?

Thanks
#embed #file #mp4 #upload #webpage
  • Profile picture of the author Eddieheli
    TRY THIS

    <body>
    <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
    CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"
    WIDTH="320" HEIGHT="256" >
    <PARAM NAME="src" VALUE="videofilename.mp4">
    <PARAM NAME="autoplay" VALUE="true">
    <PARAM NAME="controller" value="true">
    <EMBED SRC="QTMimeType.pntg" TYPE="image/x-macpaint"
    PLUGINSPAGE="Apple - QuickTime - Download" QTSRC="videofilename.mp4"
    WIDTH="320" HEIGHT="256" AUTOPLAY="true" CONTROLLER="true">
    </EMBED>
    </OBJECT>
    </body>

    CHANGE THE VIDEOFILENAME.MP4 (IN RED ABOVE) TO THE LINK TO YOUR VIDEO
    Signature

    Eddieheli -
    "Forget about all the reasons why something may not work. You only need to find one good reason why it will." ~ Dr. Robert Anthony

    {{ DiscussionBoard.errors[2712437].message }}

Trending Topics