borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Image Gallery)Next Topic (Help!!) New Topic New Poll Post Reply
AndreaVB Forum : Multimedia : WM Player Event Error
Poster Message
kopite
Level: Guest


icon 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

27-01-2004 at 10:15 PM
| Quote Reply
AndreaVB Forum : Multimedia : WM Player Event Error
Previous Topic (Image Gallery)Next Topic (Help!!) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder