Link to home
Start Free TrialLog in
Avatar of Finster101
Finster101

asked on

Playing m4v media in a web page, how?

I have a movie file that has a m4v extension and would like to be able to play it on a webpage in various browsers.  Is this possible?  I followed the directions for playing quicktime files but I guess this is different since I cannot get it to work.  So do I need a different classid or codebase?  Am I missing a param?  Would it be better to convert this to a mov file?  I've searched here and the web and tried many different things with no success.
Note:  I created this file on a Mac for a class, but I use Linux or Windows XP and no longer has access to the Mac.

Here is the portion of the html.  The m4v file (army) is in the same directory as the webpage.
        <OBJECT WIDTH="336" HEIGHT="240"
        CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
        CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
        <PARAM NAME="src" VALUE="army.m4v">
        <PARAM NAME="autoplay" VALUE="false">
        <PARAM NAME="controller" VALUE="true">
            <EMBED SRC="army.m4v" WIDTH="336" HEIGHT="240"
            AUTOPLAY="false" CONTROLLER="true" TYPE="video/quicktime"
            PLUGINSPAGE="http://www.apple.com/quicktime/download/">
            </EMBED>
        </OBJECT>
ASKER CERTIFIED SOLUTION
Avatar of undrline
undrline
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial