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,


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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