[Mp4-tech] MPEG-4 In Web Page

Wesley De Neve Wesley.DeNeve ugent.be
Wed Sep 22 21:50:35 EDT 2004


Hi,
> Thank you for taking time to read this email.
> I am trying to include a MPEG-4 file in a web page that can be viewed
> not only by Netscape on a Mac but also on Explorer on a PC.
> I am trying to find the relevant information that needs to be included
> in the<object> tag like the <Classid:> and <Codebase:> along with the
> "value" of the "type" parameter required so the MP4 file can be played.
> Please can you assist me, or at least point me in the right direction
> where I can find out this information I require.
> Regards,
>
> Mark

This is what I am using for embedding MP4 files in a web page (hereby making
use of the QuickTime plug-in):
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="352"
HEIGHT="304" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"
VIEWASTEXT>
    <PARAM name="SRC" VALUE="city_352x288_30_poster.mov">
    <PARAM name="AUTOPLAY" VALUE="false">
    <PARAM name="CONTROLLER" VALUE="false">
    <param name="TARGET" value="myself">
    <param name="HREF" value="city_352x288_30.mp4">
    <EMBED src="city_352x288_30_poster.mov" width="352" height="304"
target="myself" href="city_352x288_30.mp4" controller="False">
The following web page may also be useful:
http://www.apple.com/quicktime/authoring/embed.html
Hope this helps,
-Wesley


More information about the Mp4-tech mailing list