how to upload or embed an mp4 file to webpage

by 1 replies
3
Is it easy?

Do I need any code or software?

Thanks
#programming #embed #file #mp4 #upload #webpage
  • 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="">
    <PARAM NAME="autoplay" VALUE="true">
    <PARAM NAME="controller" value="true">
    <EMBED SRC="QTMimeType.pntg" TYPE="image/x-macpaint"
    PLUGINSPAGE="Apple - QuickTime - Download" QTSRC=""
    WIDTH="320" HEIGHT="256" AUTOPLAY="true" CONTROLLER="true">
    </EMBED>
    </OBJECT>
    </body>

    • [ 1 ] Thanks

Next Topics on Trending Feed