This may not be the right place to post questions of this type, but thought I'd ask. I'm coding a web page and an trying to embed video. When I look at teh page in IE, Win Media Player loads and the video runs. In NS, I get a player showing up, but no video ever loads.
- Code: Select all
<OBJECT
ID="WinMedia"
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE= "http://activex.microsoft.com/activex/
controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
width=225 height=260 standby="Loading Microsoft
Windows Media Player components..." type="application
/x-oleobject">
<PARAM NAME="FileName" VALUE="uleadagility.wmv">
<PARAM NAME="AutoStart" Value="false">
<PARAM NAME="ShowControls" Value="true">
<Embed type="application/x-mplayer2"
pluginspage=
"http://www.microsoft.com/Windows/MediaPlayer/"
src="uleadagility.wmv"
Name=MediaPlayer
AutoStart=0
Width=225
Height=260
autostart=1
ShowControls=1
>
</embed>
</object>
This is my first foray into embedded videoand I am stuck. Hope some one can help. Thanks.
UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)

