Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Vihar Patel #1
How to record audio from ASP.NET website?
Hello Group,
I want to record audio file using Webpage, I am using ASP.NET (1.1
Framerwork) to develop website.
If anyone knows about this, then please let me know,
Thanks in Advance,
Vihar Patel
Vihar Patel Guest
-
best (legal) way to record/convert audio
hi, i'm developing an application that i hope to offer commercially. i'm interested in finding the best (and least expensive) *legal* method... -
record multiple audio streams
Hello I'd like to make a voice chat software that can record all audio streams in one flv file. Is it possible with FMS 2? Thank you for the... -
Audio Record Limits
I have created a simple audio record application that allows a user to record a message after they click on "Record Now". Once the user clicks this... -
Audio Record
I'd like to learn more about the Flash player's ability to record audio from the user's PC, but can't find any tutorials or info on the subject... -
How do I Record Audio for the Web?
I am very new at this as well. I need to add clips to my website. I have a few questions... Thanks for the help! 1) Why convert to MP3. Why not... -
wl #2
Re: How to record audio from ASP.NET website?
"Vihar Patel" <vihar.patel@gmail.com> wrote in message
news:%23S30euMlFHA.3568@tk2msftngp13.phx.gbl...> Hello Group,
>
> I want to record audio file using Webpage, I am using ASP.NET (1.1
> Framerwork) to develop website.
> If anyone knows about this, then please let me know,
>
> Thanks in Advance,
> Vihar Patel
You can not do this using ASP.NET.
ASP.net mainly works serverside (except for some client (=browser) side
Javascript that can be generated by asp.net).
If you want to be able to have your website visitors record an audio file
from within this website, you'll need an ActiveX
running in your browser (that may send its data to the server).
Wim
wl Guest
-
Steve C. Orr [MVP, MCSD] #3
Re: How to record audio from ASP.NET website?
Here's an article describing how to use the Windows Media Player ActiveX
control to play multimedia files.
With some tinkering, you may be able to adapt this technique to record as
well.
[url]http://SteveOrr.net/articles/StreamingMedia.aspx[/url]
--
I hope this helps,
Steve C. Orr, MCSD, MVP
[url]http://SteveOrr.net[/url]
"Vihar Patel" <vihar.patel@gmail.com> wrote in message
news:%23S30euMlFHA.3568@tk2msftngp13.phx.gbl...> Hello Group,
>
> I want to record audio file using Webpage, I am using ASP.NET (1.1
> Framerwork) to develop website.
> If anyone knows about this, then please let me know,
>
> Thanks in Advance,
> Vihar Patel
>
Steve C. Orr [MVP, MCSD] Guest
-
Garfield114 #4
Re: How to record audio from ASP.NET website?
Hi, I have learned there is a tutorial to record audio from websites on the internet, but I don't know whether it is also available to record audio from ASP.NET website. You may check it by yourself.
http://www.recordstreamingaudio.org/record-audio-from-websites.html
Junior Member
- Join Date
- Jul 2011
- Location
- USA
- Posts
- 1



Reply With Quote

