Franklin P Patchey wrote:
> <OBJECT ID="MediaPlayer1"
> classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
> codebase=
>
> "http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Versi
> on=5,1,52,701"
> standby="Loading Microsoft® Windows® Media Player components..."
> type="application/x-oleobject">
> <PARAM NAME="AutoStart" VALUE="True">
> <PARAM NAME="FileName" VALUE="media/video/x.mpeg">
> <PARAM NAME="ShowControls" VALUE="True">
> <PARAM NAME="ShowStatusBar" VALUE="True">
> <EMBED type="application/x-mplayer2"
> pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
> SRC="test.avi"
> name="MediaPlayer1"
> width=240
> height=180
> autostart=0
> showcontrols=0>
> </EMBED>
> </OBJECT>
A whole bunch of proprietry code. Instead try:
<object id="MediaPlayer1" data="media/video/x.mpeg"
type="application/x-mplayer2" width="240" height="180">
<h5>Embedded Object</h5>
<h6>Help</h6>
<p>If you are unable to see the embedded object, either install
the correct plugins for <code>application/x-mplayer2</code> or
<a href="media/video/x.mpeg">download the file</a> to your computer
for viewing later. If neither of these is a possibility, a brief
description of what you're missing out on follows.</p>
<h6>Description</h6>
<p>Add a text description of the object here.</p>
</object>
--
Toby A Inkster BSc (Hons) ARCS
Contact Me -
http://www.goddamn.co.uk/tobyink/?id=132