Hello Friend,
Can anybody let me know how to play mp3 songs list in ASP.NET
Thnxxxxxxxxxxx ...............
Hello Friend,
Can anybody let me know how to play mp3 songs list in ASP.NET
Thnxxxxxxxxxxx ...............
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Munir ShaikhPosted Aug 28, 2007, 12:29 AM
Hi,
Check this small code snippet for you
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Playmedia.aspx.cs" Inherits="Playmedia" %>
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml" ><head runat="server">
<title>Untitled Pagetitle>
head>
<body>
<form id="form1" runat="server">
<div>
<OBJECT id="VIDEO"style="position:absolute; left:0;top:0; width: 360px; height: 271px;" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject"> <PARAM NAME="URL" VALUE="e:\pula\tere mere beech mein.mp3">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM name="uiMode" value="none">
<PARAM name="PlayCount" value="9999">
OBJECT>
div>
form>
body>
html>
Regards,
>>Munnamax