play *.avi in html
Good day,
I want the Video.file "minilrk2.avi" test on our homepage play can be.
With following commands succeeded me in 2 ways:
1. Way:
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
name="mediaplayer1" ShowStatusBar="true" EnableContextMenu="false" autostart="false"
height="330" width="360" loop="false" src="images/minilrk2.avi" />
2. Way
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
name="mediaplayer1" autostart="false" height="330" width="360" transparentstart="1" loop="0"
controller="true" src="images/minilrk2.avi">
But CSE Validator Pro 10.01 is not so very so agree, there are several error messages or comments.
I did find the 1. and the 2. way as example in the www.
I found no good explanations about the parameters underlined.
Can anyone recommend another (better) complete solution?
I am with my question in the right forum? I hope so.
---------------------------------------------------------------------------
---------------------------------------------------------------------------
Testing today for Windows Media Player, I found a solution, which is well for Firefox, IE and Opera
and has no comments when validating in CSE Validator Pro 10.01:
3. Way (Windows Media Player)
<object id="MediaPlayer1"
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" hspace="0" vspace="0" standby="Loading Microsoft Windows Media Player components...">
<param name="Filename" value="images/minilrk2.avi">
<embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="mediaplayer1" autoplay="false" autostart="false"
height="330" width="360" loop="false" controls="false" allowFullscreen="True" src="images/minilrk2.avi">
</object>
I tested also for RealPlayer, well for Firefox and IE, but not for Opera,
no comments when validating in CSE Validator Pro 10.01:
4. Way (for RealPlayer)
<object ID="ImageWindow" CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" TYPE="audio/x-pn-realaudio-plugin"
DATA="images/minilrk2.avi" WIDTH="360" HEIGHT="330">
<param name="CONSOLE" value="main"> <param name="SRC" value="images/minilrk2.avi"> <param name="CONTROLS" value="ImageWindow,ControlPanel,StatusBar">
<param name="AUTOSTART" value="false"> <param name="LOOP" value="false"> <param name="NOLABELS" value="true">
<param name="CENTER" value="true"> <param name="BACKGROUNDCOLOR" value="#000000">
<embed type="audio/x-pn-realaudio-plugin" src="images/minilrk2.avi" quality="autohigh" scale="default" play="false" loop="false"
menu="true" bgcolor="#000000" width="360" height="330">
</object>
----------------------------------------------------
My Questions are now:
a) What is for the user better: the 3. Way or the 4. Way
b) If the 4 Way would be the better, anyone can please tell me, to make the code
suitable for Opera.
Greetings from Germany and thank you for a response
Walter Metzger
I want the Video.file "minilrk2.avi" test on our homepage play can be.
With following commands succeeded me in 2 ways:
1. Way:
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
name="mediaplayer1" ShowStatusBar="true" EnableContextMenu="false" autostart="false"
height="330" width="360" loop="false" src="images/minilrk2.avi" />
2. Way
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
name="mediaplayer1" autostart="false" height="330" width="360" transparentstart="1" loop="0"
controller="true" src="images/minilrk2.avi">
But CSE Validator Pro 10.01 is not so very so agree, there are several error messages or comments.
I did find the 1. and the 2. way as example in the www.
I found no good explanations about the parameters underlined.
Can anyone recommend another (better) complete solution?
I am with my question in the right forum? I hope so.
---------------------------------------------------------------------------
---------------------------------------------------------------------------
Testing today for Windows Media Player, I found a solution, which is well for Firefox, IE and Opera
and has no comments when validating in CSE Validator Pro 10.01:
3. Way (Windows Media Player)
<object id="MediaPlayer1"
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" hspace="0" vspace="0" standby="Loading Microsoft Windows Media Player components...">
<param name="Filename" value="images/minilrk2.avi">
<embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="mediaplayer1" autoplay="false" autostart="false"
height="330" width="360" loop="false" controls="false" allowFullscreen="True" src="images/minilrk2.avi">
</object>
I tested also for RealPlayer, well for Firefox and IE, but not for Opera,
no comments when validating in CSE Validator Pro 10.01:
4. Way (for RealPlayer)
<object ID="ImageWindow" CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" TYPE="audio/x-pn-realaudio-plugin"
DATA="images/minilrk2.avi" WIDTH="360" HEIGHT="330">
<param name="CONSOLE" value="main"> <param name="SRC" value="images/minilrk2.avi"> <param name="CONTROLS" value="ImageWindow,ControlPanel,StatusBar">
<param name="AUTOSTART" value="false"> <param name="LOOP" value="false"> <param name="NOLABELS" value="true">
<param name="CENTER" value="true"> <param name="BACKGROUNDCOLOR" value="#000000">
<embed type="audio/x-pn-realaudio-plugin" src="images/minilrk2.avi" quality="autohigh" scale="default" play="false" loop="false"
menu="true" bgcolor="#000000" width="360" height="330">
</object>
----------------------------------------------------
My Questions are now:
a) What is for the user better: the 3. Way or the 4. Way
b) If the 4 Way would be the better, anyone can please tell me, to make the code
suitable for Opera.
Greetings from Germany and thank you for a response
Walter Metzger