Web audio recorder

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
leonardorame
New Cone
New Cone
Posts: 1
Joined: 27 Aug 2014 15:22

Web audio recorder

Postby leonardorame » 27 Aug 2014 15:29

Hi, I'm doing my first steps with the Web ActiveX plugin. My goal is to create a simple audio recorder to allow my users to dictate into VLC plugin, then save that audio as .wav on my server.

I was able to display the plugin, now I would like to add the "record" button. Can you give me some pointers?.

The code I used is this:

Code: Select all

<html> <body> <OBJECT classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab" width="640" height="480" id="vlc" events="True"> <param name="Src" value="" /> <param name="ShowDisplay" value="True" /> <param name="AutoLoop" value="False" /> <param name="AutoPlay" value="False" /> </OBJECT> </body> </html>
Regards,
Leonardo.

da2424
Cone that earned his stripes
Cone that earned his stripes
Posts: 310
Joined: 16 Apr 2013 16:57

Re: Web audio recorder

Postby da2424 » 27 Aug 2014 17:17

As far as I know it is not possible to do it with the web plugins, because of security reasons.


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 52 guests