jagguy
01-03-2007, 01:33 AM
The whole thread talks about video playing on a webpage and not download to HD.
q) I have found that windows media player tags in object to play a video works well (mpeg,wmv, mov, not avi for IE). What happens for linux users as can they view inline videos this way.
eg
<object id="MediaPlayer" width=320 height=286
classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Windows Media Player components..."
type="application/x-oleobject"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<param name="filename" value="data/chef.mov">
<param name="Showcontrols" value="True">
<param name="autoStart" value="True">
<embed type="application/x-mplayer2" src="chef.mov"
name="MediaPlayer" width=320 height=240></embed>
</object>
q) I have found that windows media player tags in object to play a video works well (mpeg,wmv, mov, not avi for IE). What happens for linux users as can they view inline videos this way.
eg
<object id="MediaPlayer" width=320 height=286
classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Windows Media Player components..."
type="application/x-oleobject"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<param name="filename" value="data/chef.mov">
<param name="Showcontrols" value="True">
<param name="autoStart" value="True">
<embed type="application/x-mplayer2" src="chef.mov"
name="MediaPlayer" width=320 height=240></embed>
</object>