kopite Level: Guest

|
WM Player Event Error
Hi,
I am using a metafile to stream video (as a playlist) on a site. The metafile processes correctly but when I handle events, the player properties are all undefined. I having accessing player.settings, player.currentMedia, and player.currentPlaylist with little success. The following is my embed code that I have used:
<OBJECT ID="player" WIDTH=320 HEIGHT=380
CLASSID="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<PARAM NAME="autoStart" VALUE="True">
<PARAM NAME="fileName" VALUE="metafile.wvx">
<PARAM NAME="URL" VALUE="metafile.wvx">
<PARAM NAME="showControls" VALUE="True">
<PARAM NAME="showStatusBar" VALUE="True">
<PARAM NAME="showDisplay" VALUE="True">
<PARAM NAME="invokeURLs" value="false">
</OBJECT>
Any help would be appreciated. If you need more information please let me know.
Thanks in advance
|