Click here to Skip to main content
15,924,317 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: playing audio continuously without interruption Pin
needhi_p24-Aug-08 22:42
needhi_p24-Aug-08 22:42 
QuestionASP.Net website deployment for customers Pin
Mayur Kotlikar22-Aug-08 22:12
Mayur Kotlikar22-Aug-08 22:12 
AnswerRe: ASP.Net website deployment for customers Pin
Abhijit Jana22-Aug-08 22:29
professionalAbhijit Jana22-Aug-08 22:29 
AnswerRe: ASP.Net website deployment for customers Pin
Samer Aburabie24-Aug-08 9:19
Samer Aburabie24-Aug-08 9:19 
GeneralRe: ASP.Net website deployment for customers Pin
Mayur Kotlikar24-Aug-08 18:24
Mayur Kotlikar24-Aug-08 18:24 
GeneralRe: ASP.Net website deployment for customers Pin
Mayur Kotlikar25-Aug-08 20:16
Mayur Kotlikar25-Aug-08 20:16 
Questionhow to play all type of video files in my web application Pin
reogeo200822-Aug-08 21:55
reogeo200822-Aug-08 21:55 
AnswerRe: how to play all type of video files in my web application Pin
needhi_p22-Aug-08 22:06
needhi_p22-Aug-08 22:06 
U can use html object tag for this..
for video it is something like this

<OBJECT ID="MediaPlayer" WIDTH="300" HEIGHT="250" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
<PARAM name="URL" value="<%=str%>">
<PARAM name="autostart" VALUE="true">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="false">
<PARAM name="ShowDisplay" VALUE="false">
<param name="FullScreen" value="<%=scrmode %>" />
<EMBED TYPE="application/x-mplayer2" SRC="<%=str %>" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" NAME="MediaPlayer" WIDTH="300" HEIGHT="250" ShowControls="1" ShowStatusBar="1" ShowDisplay="0"> </EMBED> </OBJECT>

This is wat i have used in my application. U can modify it a little bit to play audio also.. Hope it helps u..
Questionautorefresh Pin
nithydurai22-Aug-08 21:10
nithydurai22-Aug-08 21:10 
AnswerRe: autorefresh Pin
Abhijit Jana22-Aug-08 21:20
professionalAbhijit Jana22-Aug-08 21:20 
GeneralRe: autorefresh Pin
nithydurai22-Aug-08 22:14
nithydurai22-Aug-08 22:14 
GeneralRe: autorefresh Pin
Abhijit Jana22-Aug-08 22:30
professionalAbhijit Jana22-Aug-08 22:30 
AnswerRe: autorefresh Pin
GgAben23-Aug-08 4:51
GgAben23-Aug-08 4:51 
QuestionInfragistic date control Pin
Member 387988122-Aug-08 20:19
Member 387988122-Aug-08 20:19 
AnswerRe: Infragistic date control Pin
Paul Conrad23-Aug-08 18:54
professionalPaul Conrad23-Aug-08 18:54 
Questiondifferent resolution web page Pin
UD(IA)22-Aug-08 19:56
UD(IA)22-Aug-08 19:56 
AnswerRe: different resolution web page Pin
Abhijit Jana22-Aug-08 20:20
professionalAbhijit Jana22-Aug-08 20:20 
Questiondisplay 5000 records in datagrid Pin
Jagwinder Walia22-Aug-08 19:27
Jagwinder Walia22-Aug-08 19:27 
AnswerRe: display 5000 records in datagrid Pin
Paul Conrad22-Aug-08 19:44
professionalPaul Conrad22-Aug-08 19:44 
AnswerRe: display 5000 records in datagrid Pin
Abhijit Jana22-Aug-08 20:13
professionalAbhijit Jana22-Aug-08 20:13 
GeneralRe: display 5000 records in datagrid Pin
Paul Conrad22-Aug-08 20:24
professionalPaul Conrad22-Aug-08 20:24 
QuestionMessage Removed Pin
22-Aug-08 18:36
PARAM800022-Aug-08 18:36 
AnswerRe: Sending email, in proxy environment Pin
Abhijit Jana22-Aug-08 20:15
professionalAbhijit Jana22-Aug-08 20:15 
Questionasp.NET 2.0 C#......Intellisense not working? Pin
PDTUM22-Aug-08 14:00
PDTUM22-Aug-08 14:00 
Questionsave uploaded file with Guid? Pin
Jassim Rahma22-Aug-08 13:29
Jassim Rahma22-Aug-08 13:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.