Jump to content

Recommended Posts

Posted

Hey Guys,

Here's the code I've got so far for the embedded media player..

<OBJECT ID="MediaPlayer1" width=160 height=162

classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"

codebase=

"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902"

standby="Loading Microsoft® Windows® Media Player components..."

type="application/x-oleobject">

<PARAM NAME="FileName" VALUE="http://webserver/path/your-file.asx">'>http://webserver/path/your-file.asx">

<PARAM NAME="AutoStart" VALUE="false">

<EMBED type="application/x-mplayer2"

pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"

SRC="http://webserver/path/your-file.asx"

name="MediaPlayer1"

width=160

height=162

AutoStart=false>

</EMBED>

</OBJECT>

But, what I'm trying to do is to be able to play multiple files, or give the option to choose which file they would like to view in the embedded player. How do I go about doing this, or can someone refer me to a site of where to see how to make this work.

Any input will be greatly appreciated.

Thanks,


Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...