Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Embedding Audio Player

Status
Not open for further replies.

jordan8201

Instructor
May 22, 2003
15
US
I am going to be uploading sermons to our church website soon, and would like them to be played in an embedded media player. I am using the following code to embed the player:

<OBJECT ID="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE=" Version=5,1,52,701" STANDBY="Loading Microsoft Windows® Media Player components..." TYPE="application/x-oleobject" width="280" height="46">
<param name="fileName" value="<param name="animationatStart" value="true">
<param name="transparentatStart" value="true">
<param name="autoStart" value="true">
<param name="showControls" value="true">
<param name="Volume" value="-300">
<embed type="application/x-mplayer2" pluginspage=" src=" name="MediaPlayer1" width=280 height=46 autostart=1 showcontrols=1 volume=-300>
</OBJECT>

I have also seen a flash player that can be embedded which i would not mind using.

This works fine, but I will having as many as 200 different sermons on the page at a time, and I do not want to have to create a separate html file for each. I want to create a table with the sermon title and things, so that when they click the link, it will automatically open that .wma file in the player within the same page. Is this possible?

I was told by someone that it could be done with xml, but I have no experience with xml.

Thanks,

Jedidiah
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top