ActionScript 2.0 :: Sound Recording In FLASH MX

Mar 14, 2003

Is there any way to provide the functionality of sound recording (e.g. record, stop & play) in flash MX?

View 12 Replies


Similar Posts:


ActionScript 2.0 :: Recording Sound In Flash?

May 19, 2007

I'm actually working on a website where I want to integrate an online mixer such as[url]...I would like that after the user create his mix, he can record it and save it to a DB.

View 9 Replies

Actionscript 3 - Recording And Saving Sound From Flash?

Mar 3, 2010

How can I record and save sound in flash AS3. I have writing access to the server and also access to PHP files.

View 1 Replies

ActionScript 3.0 :: Recording Sound Without Flash Media Server?

Nov 11, 2009

I am totally new to Flash Media Server I need to be able to record sound via a Flash app and save it to a server preferably without the use of a Flash Media Server type setup. There is no requirement for live streaming. Is it possible to record the sound and save in memory then pass the data/file as a query parameter to the server?

View 2 Replies

Actionscript 3 :: Recording Sound In FMS?

May 19, 2011

I want to save a loaded sound in FMS .

public function Record()
{
nc.connect("rtmp://192.168.1.2:1935/videoRecorder");

[code]....

View 1 Replies

ActionScript 3.0 :: Sound Recording App?

Jul 11, 2009

*I've been trying to develop a recording application, it is my first real programming project, so bear with me. What it is is a simple Audio Recorder that records sound directly from the Sound-Card. In other words, what you hear and what comes through the speaker is what is recorded. Many of you may be familiar of this process as a component of the Audacity application by selecting the recording type as Stereo-Mix.*

In making this, I could not find a way to access the users Sound Card directly using actionscript. So what I'm asking is, is there a way to access a users soundcard through AS3 or is it impossible? If there are no pre-built libraries or functions that can do it, would it be possible for me to create one that will help me gain access to the sound card?

View 9 Replies

Make Flash/swf "movie" In Which I Can Scroll Back And Forth Through The Sound Recording?

Dec 5, 2009

so suppose I have a long sound recording as part of a Flash presentation.Can I put on the presentation a scrollbar and start /stop/ pause/ resume buttons as in Media Player or Windows sound recorder that would allow me to scroll to basically jump to any moment in the sound recording? So I guess, I am asking, can such typical sound player functionality be implemented for a Flash presentation in Flash.If there are sample apps that already demonstrate how to write similar code, links

View 1 Replies

Html :: Recording Sound In Browser?

Jun 7, 2011

If one wants to record sound from the microphone input in the browser one can do so today through Flash. (Afaik there is currently no other good option which works across browsers.Is there a simple swf-plugin which allows one to do so? That is,with the options "Start recording", "Stop recording", "Get wave of recorded sound (or similar)".

View 2 Replies

AS3 :: Click Sound At The Start Of Recording?

Dec 15, 2011

I'm currently recording sound and storing the byte array for playback and subsequent encoding to mp3.

Unfortunately though I am getting a click sound at the very beginning of the recording.

I have attempted a couple of methods to try to eliminate this such as:

recording the first .3 seconds with mic.gain = 0; then setting mic.gain = 50; clearing the byteArray after the first .3 seconds then continuing to write the bytearray (in effect deleting the first .3 seconds of the recording.)

Neither of those methods has stopped the click being added.

how I can prevent the click from being added?

Here is my recording/storing code:

public var mic:Microphone = Microphone.getMicrophone();
public var micSilence:uint;
private var soundBytes:ByteArray = new ByteArray();
private var soundBA:ByteArray = new ByteArray();

[Code].....

View 1 Replies

ActionScript 3.0 :: Recording Sound Using Timer

Sep 6, 2011

how could i record the precise time(in milliseconds) where sound effects are being played. This is what i have in mind/ or what i have done so far as an example: i start clicking the 'record button' and the timer starts.Then i play a sound effect and the time elapsed is 1.444 seconds,after that i stop the recording. What i was doing is push the values of the timer elapsed into an array as a string. So when i hit the 'play recorded clip' button, the timer starts again but this time:

it is constantly checking for the timerOn the example i have stated above; when the time elapsed at 1.444 seconds, i expect the sound i've played when i recorded to play. I have the methods needed to fire away the specific sound effect.

[Code]....

View 3 Replies

ActionScript 2.0 :: Flash8 Dynamically Recording Sound From Mic

Apr 28, 2009

I was wondering if there was a way a user could click a button to record a sound that would be stored to a sound clip and played back by the click of a button?

In other words, can I dynamically record a sound from my mic into a sound clip in an .swf?

View 1 Replies

ActionScript 3.0 :: Recording Sound Then Processed By Dll's Written In C++

Mar 23, 2011

1) I don't understand the difference between flex and actionscript. I understand AS is used to write flash apps but what is flex?

2) I am going to create a flash app for recording sound which is then processed by dll's written in c++. Can this be done in flash? I don't want the flash app to communicate with dll's on a web server, I basically want to load the dll's for direct use into the flash app.

View 8 Replies

ActionScript 2.0 :: Recording Sound Through Microphone Onto Local Disk

Feb 22, 2011

I am currently an English teacher and I am familiar with programming in DOT.Net platform. I am completely new to Flash. I turned to this platform because I thought that would be the best way to prepare interactive computer based exams in English. My real problem is, I don't have the slightest idea as to how I can create a Flash application which records the sound through the microphone and saves it on the local disk.

View 1 Replies

Media Server :: Microphone Sound Recording,saving / Playing Flv File Is Saved But Not Working

May 4, 2009

While recording the flv is saved inside applications/stream/samples/audio.flv. But it is not working properly.[code]

View 1 Replies

Actionscript 3 :: AIR3 Ios App Microphone Recording/playing - Beginning Of Recording Is Missing

Oct 4, 2011

i have build a small test app in Flash Pro 5.5 overlayed with the AIR 3 sdk.is has just 2 buttons to record and playback audio from the microphone. when i test this on my iPhone 3g - i record myself saying "1-2-3-4-5". but when i playback a half a second or so is missing from the beginning : "3-4-5-".

when i test this on the desktop all is fine is this a result of the iPhone 3g's cpu power or is it a bug or is it my code?

[Code]...

View 4 Replies

Flash :: Recording Live From A Webcam / Recording From User's Webcam - PHP

May 23, 2011

I want my site's users to be able to record videos straight from their webcams into my site. Videowhisper is one such tool which seems to work fine - [URL] But I'm looking for opinions on better / more scalable / reliable solutions. Paid solutions are fine.

View 4 Replies

Video Recording Using Flash?

Jan 27, 2012

i have to record the video at client side n then save it on server side, so that it can be viewed when ever required.to act like a video testimony by client.

View 2 Replies

ActionScript 3.0 :: Flash Recording Through Mic?

May 22, 2011

how to record using mic feature. I had modified the example in the AS3 guide to something like this:

import flash.events.MouseEvent;
import flash.net.URLRequest;
import flash.utils.ByteArray;

[Code]....

Here, there are two buttons, one starts recording and the other stops recording. The resulting .swf file is only 2kb in size and it doesn't do what it is supposed to do.What am I doing wrong here? Other players similar to this have sizes in the range of 80-100 kb.

View 2 Replies

Flash :: Recording A Flv From An Air Window?

Jul 28, 2011

Is it possible to record and stream an air window to flv?

I would like to be able to use multiple video inputs and use text and graphics. To create a video mixer, picture in picture, key in graphics, etc. I'm able to do this on the display but would like to be able to record and stream it as well. I would also like to retain HD resolution. Recording the window maybe a dirty method. Is there another way?

View 1 Replies

ActionScript 3.0 :: Do Voice Recording Using Flash 8?

Jun 29, 2009

How to do voice recording using flash action script 8 with example.

View 1 Replies

Scripting :: Recording From User Mic W/o Using Flash

Aug 11, 2010

Is there a way to not to use flash as a platform for mic recording based script?

View 1 Replies

As3 :: Flash - Recording Video Using Webcam?

Dec 19, 2011

i know how to use a webcam in as3,i want to record webcam video and save to my Local disk

View 1 Replies

Actionscript 3.0 :: Flash - Recording WAV In Adobe AIR?

Jan 7, 2012

I'm trying to record from my headphone port directly into my microphone port (using an aux cable) in Adobe Flash Builder / AIR, but I'm having a couple problems:

1. The recording never sounds "full" compared to the original MP3 file that I'm playing in iTunes. PCM is supposed to be an uncompressed format, so the quality should be lossless.

2. The saved recording (WAV) is always half the length of what I recorded. (Example: if i record for a minute, I'll end up with a 0:30 wav file, with the second half of the recording not there)

This is the code I'm using.

import com.adobe.audio.format.WAVWriter;
import flash.display.NativeWindowSystemChrome;
import flash.events.Event;
import flash.events.SampleDataEvent;

[code]....

View 1 Replies

Flash :: Recording H.264 Video Using Media Server3.5?

Jan 5, 2010

need some help in recording the H.264 video using Flash media server 3.5, does anyone have working experience (or) any idea about H.264 video  recording with the Flash player. I am trying to publish the stream using  the netstream.publish(mp4:streamname.mp4);  but the video codec id of this recorded video is coming as H.263, hence I tried to record the video  in H.264 format.I am using logitech webcam for capturing the video.

Do i need to install anyother codec plugin for h.264 support?

View 11 Replies

Flash :: Professional - Convert MPG Recording Of Simulator?

Jul 27, 2010

I want to convert a recording of a simulation MPG into Flash for my site. I have made a video to explain what I am looking to do.

View 1 Replies

Actionscript 3 :: Audio/video Recording Using Flash?

Sep 29, 2010

I want my users to record audio/video and post that to other users.

Is it possible to record video through Flash's and receive encoded video on server side without any further processing (i.e. just saving the stream to a file)? I did some Google search and found that it's possible with new microphone API [URL] Did anyone tried that already? How easy is to use Red5 server for recording? How can i get the recorded video/audio file(s) from it? DO i've to write some logic for this?

View 1 Replies

Flash :: Adobe Camera Recording With Filter

Jun 6, 2011

Imagine that you want to record video with filter you made but stream class doesn't publish video but camera and camera class doesn't have filter option. What would you do?

View 1 Replies

Flash :: Video Recording From Browser Using PHP - Red5

Oct 28, 2011

I wish to build an application using which I can record video (along with audio) and also audio (only audio preferably in mp3 format). From some research I did, I found I need a client app in flash or flex, a RTMP Server (RED5 preferable as its free) This is the code which I used to get cam working flash.

var camera:Camera = Camera.getCamera();
var video:Video = new Video();
video.attachCamera(camera);
addChild(video);

The problem is, I don't know how to send the stream to RED5. Also, what do I need to do so that I can store the video according to the user. The website I am creating is in PHP/MySQL and need to have their own videos and audios recorded. I love the way facebook has integrated Video Recording.

View 1 Replies

ActionScript 3.0 :: Flash : Recording Video From Webcam

Jan 20, 2011

I have an application which shows videos from users webcam. I want to know that is there any open source script or something in as3 which can save this video as mpeg or flv format.

View 2 Replies

ActionScript 3.0 :: Flash To Create Voice Recording?

May 9, 2011

tips on creating voice recording application in web and also streaming media

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved