ActionScript 3.0 :: Record The Mic And Automatically Save - Upload

Feb 2, 2011

I have to build an app which will have to record the mic and then automatically save the record somehow in a temporary file and then upload this file to a server. Is this possible without using media server?

View 8 Replies


Similar Posts:


PHP :: Possible To Record Video And Upload It To YouTube?

Jun 22, 2011

Can i upload videos to youtube using an as3 based Adobe Air application, record it, send it to a server and then submit to a youtube account channel?

View 1 Replies

Professional :: Record Audio From Webpage And Upload To Server?

Mar 24, 2010

Is it possible to record the audio from a users microphone, let them review it, then upload it to a server all from within an .swf in an .html page?
 
I have not come across this out on the web, so that is why I am "what if ing".

View 4 Replies

Professional :: Record Sound Using A Microphone And Then Upload It To Server?

Jun 29, 2010

What I want to know is if it is possible to record a sound clip using a microphone and then upload it to the server using a swf applet in a webpage. Im an experienced java/javascript programmer but just starting out with flash/action script. What technologies will I need to do this? Can I do this simply using simply an swf file and an apache/php or jsp page?

View 2 Replies

Web Development :: Record Audio From Web Page And Upload To Server

Jul 13, 2010

From a web page, I'm looking to record audio from the user's microphone and then upload the file to a server to be stored as an MP3. My solution is built using .NET.Most similar apps that I've seen use Flash on the client and presumably Flash Media Server on the server. We don't have the kind of budget for FMS. I'm looking for a free/open source solution.I've also looked a bit at Silverlight 4 since it supports recording WAV audio but I'm not clear on how to tackle the uploading and encoding to MP3 bit.Ultimately, I need to record audio from the microphone and then be able to store the file on the server as an MP3 file. Free (or at least cheap) is required.

View 2 Replies

ActionScript 3.0 :: Record Audio In Temporary File And Upload It

Feb 1, 2011

What i'm trying to do: create an app that will record the mic and upload the recored track to a server. I thought that it will be simple: record, automatic save the record to a temporary file, upload the file to the server and erase the temp file created...but is not. I can't figure out how to save the file without using the save window.

View 5 Replies

ActionScript 3.0 :: AIR Record Audio And Save It Out As MP3?

Dec 19, 2010

I'm trying to record audio from my microphone and save it out as MP3 I'm unable to find any concrete examples of doing this. I can use AS3 AS2 or Air.

View 1 Replies

ActionScript 3.0 :: Record Webcam Video And Upload It As A Flv File To Remote Server?

Mar 17, 2008

Is there a way to record webcam video and upload it as a flv file to a remote server without the use of the Flash media server?

View 2 Replies

ActionScript 3.0 :: Record Video With Webcam & Save?

Jun 20, 2011

I noticed that AS3 is able to take a snapshot out from a webcam & save it as a .jpg but is AS3 capable of recording a video with a webcam and save it to a local disk/network server? any video format is fine with me as long it can be played with window media player.

View 4 Replies

Actionscript 3 :: Record Voice And Save It To Mp3 File

Sep 24, 2011

Is it possible to record (5 seconds) a voice with the microphone and save it as a mp3 file WITHOUT sending data to the server? I would like to save the file with FileReference (some times ago I did an experiment saving a bitmap and it worked).

View 1 Replies

ActionScript 3.0 :: Air - Automatically Upload The File

Aug 20, 2011

I'm working with Air and in Flash CS5. I've got AIR saving a string in a variable to a file:

[Code]...

It works fine. I'd now like to upload the file just created to a server. I've been playing around with a var fileRef:FileReference = new FileReference(); example. I was wondering if there was a way to automatically upload the file, or if a browse is always required? If not, I have previously used the following AS3 code to successfully send a string of data to a php file, and have php save the data as a file with whatever name is set in the php file.

[Code]....

View 2 Replies

Asp.net :: Record Audio In A Web App Client Side And Save It In A Web Server?

Jul 1, 2010

I have a requirement to do a flash program or something like that (not necessarily flash, it can be javascript or something in aspnet) that allow me to save audio in the client side of a web app, and save it on a file in the server side of the web app.

Ive found this but the only thing that it does its to recognize the microphone, I need the hability of saving the audio file, by the way the server is implemented in aspnet

View 2 Replies

Flash :: Record User's Action And Save As Movie?

Sep 6, 2010

I am developing a small flash application. In my application a user can draw a painting. I want to capture the drawing process as a video, and later allow him to view how he painted the drawing. Is such a thing possbile? If so how (do I need flash media server for this)?

View 1 Replies

Flex :: Air - VideoDisplay Record/Save To Disk/server

Aug 1, 2011

I want to also add cuepoints to a live recording video as it is incoming.

I have a live feed incoming from a VideoDisplay object in my Flex Air app, and I would like to be able to record the video/audio of this and save it to disk and/or upload to server.

Is this possible? If so, would it be possible to add CuePoints to the video as it is being streamed live? Right now I am just trying to record a live stream from my VideoDisplay.

View 2 Replies

Actionscript 3.0 :: Record User's Mic Then Save File To Server?

Jul 27, 2009

I'm looking for a way to do this from a website. From what I can tell this is possible but if you're going to use flash you need flash media server?

View 1 Replies

ActionScript 3.0 :: Record Camera Data From Flash And Save To Server?

Feb 11, 2010

I have a camera attached to a video object that is displayed on stage. When a user comes to the site they see themselves, but I want to be able to save the video and take a snapshot. How would I go about getting the data out of flash to the server?

View 1 Replies

ActionScript 3.0 :: Record Sound From Microfone In Flash And Save It To Server?

Feb 21, 2011

I need to record sound from microfone in flash and save it to server. Can someone provide an example?

View 2 Replies

Flash :: Record Using Microphone And Save It In Local Disk Drive?

Jun 14, 2011

I got the code

var mic:Microphone = Microphone.getMicrophone();
mic.setUseEchoSuppression(true);
mic.setLoopBack(true);

when I browse thru adobe documentation for microphone access. But I could not find a way to record the sound and save it in the local drive.How to store the sound in local drive???

View 2 Replies

Actionscript 3 :: ASP.net MVC - Sessions - Record The Users Progress Then Save To A Database

Jul 21, 2011

I want to add the ability to have my flash game record the users progress then save to a database. That part is pretty easy, but how can I make it so the user can login and continue their game. I also wanting to know if it'll be better for the game progress to be saved with SharedObjects or with an SQL database. I would like it that the game could be played on any website and their data can still be accessed and played if that is advised. I am new to user sessions with AS3 and need pointers.

View 1 Replies

Actionscript 3 :: Record And Save Flash Video's With H264 Codec

Jan 31, 2012

Right now I am working on an AIR 3.2 application which lets you stream a video to a Flash Media Server and saves it on a hard drive.This sequence works fine with the standard Sorenson codec but I want to use H.264 for my videos. I found lots example c ode and implemented it in my code, but when I record a video of myself I am unable to re-watch it afterwards.I found how to implement a H.264 encoding in a realeyes blog post here. My code is here.It saves the video as a .f4v file, but my browser (I've tried the latest versions of both Chrome and Firefox, with the latest Flash) and also VLC are unable to load the video. I also used a program called Movie Player which is able to open the file but can only show the first frame and the audio. Neither am I able to upload the video to YouTube because they do not support the file extension.Here is an example video file it saved: H264Test1.f4v.My question is: How do I stream and save the movie with a file extension that I am able to re-watch while using the H.264 codec?

View 1 Replies

ActionScript 3.0 :: Record/Save Audio With Flash Media Server?

Oct 24, 2007

I'm trying to record audio from my microphone and save it out as an .FLV or .MP3 (or any other kind of audio format) file. I've gathered from my research that I need Flash Media Server which I do have access to but that's pretty much where the trail has stopped.I'm unable to find any concrete examples of doing this and would can point me in the right direction. I can use either AS2 or AS3 and this is agency work so I've got a pretty good set of tools at my disposal, just need to get somewhere with the research.

View 14 Replies

Media Server :: Allow Clients To Record And Save Part Of Live Stream

Jun 16, 2011

I'm looking for a solution where clients watch a live stream video and can record part of this stream while watching and save this recording to disk. I can think of several solutions but not sure if any of them is possible:

- The selected part is recorded locally and saved through FileRefence.
- The selected part is recorded with FMS though a second NetStream and saved with a unique ID. The user can retrieve the recorded video by download.
- Start-time and end-time of the recording are send to the server where some script extracts the requested video from the live stream recording file and return it as a download.

View 2 Replies

Media Server :: Playback Controls To Include 'Record' Button To Save To HD?

Aug 2, 2011

Will there ever be the ability to add a 'Record' button to a player such as those used with Ustream, Justin.tv and other similar players?  I run a live stream and would love for the viewers to have a 'Record' button so they may capture the video to their local hard drives for later playback.

View 1 Replies

CS5 :: Automatically Save CS5.5 To It?

Jul 14, 2011

I just started working with the company I am with, and they have set me up with a workstation with CS5.5 - unfortunately, everyone else in the office uses CS5!

I've been saving my files down each time so they can open them, however, CMD+S after they've been saved down puts them back in the CS5.5 format. Is there any way to automatically save in CS5 format all the time, or for CS5 users to be able to open CS5.5 files?

View 3 Replies

ActionScript 3.0 :: Record / Save A Button Press In Flash Send It To Moodle Via Scorm?

Feb 17, 2010

How do you record / save a button press in Flash as3 and send it to moodle via scorm? I have two buttons, 'choice1' & 'choice2', and would like the users' choice to be recorded to SCORM. I just need to send 'some text' to moodle when the user presses either button.

Have been pointed to 'cmi.interactions' but after spending the entire day trying to find a working example, I'm completely lost. There appear to be no coded examples anywhere.

View 4 Replies

ActionScript 3.0 :: Set Flash CS4 To Automatically Save Down For CS3?

Jun 3, 2009

Is there a way to set flash CS4 to automatically save down for CS3? I've been approaching it from the JSFL side, but can't find anything that don't display a prompt, and will just let me save as CS3 instead of CS4.

View 1 Replies

Flash - Automatically Build SWC After Save In FDT4?

Feb 16, 2011

I'm currently trying FDT 4 for Flash/Flex development (was using Flash Builder) before, but I have a little annoyance.I have two projects: GameCommon and GameWeb. GameCommon is a library, compiled to an SWC file, while GameWeb is a thin wrapper around that SWC and is compiled to an SWF (There's also a project GameDesktop which is an AIR wrapper around the SWC).

In Flash builder, the SWC would automatically get built when I edit and something in GameCommon, meaning that if I ran GameWeb afterwards, it would be updated.In FDT however, I have to explicitly run a launcher to get it to build the SWC for GameCommon (after which it will automatically rebuild GameWeb). Is there a way to change this so it works more like Flash Builder?

View 1 Replies

ActionScript 3.0 :: Create And Save A Swf File Automatically?

Dec 9, 2010

Is it possible to use AS3 to create and save a swf file automatically?By this I mean that I have a folder of images (100+ sequential images) which form a full animation sequence. I could import the sequence directly and use the IDE to do it - but I have 100+ folders so that not really an option!

So as a theory, could it be possible to create an app that inputs the parent directory, reads through the folder, imports each image onto its own frame and exports the swf to a designated area?Its possible using php but MING is unreliable and wont precess interlaced jpg file and other swflib functions are quite poor.

View 11 Replies

ActionScript 3.0 :: Upload, Manipulate And Save Images?

Jan 18, 2010

I want to create a image application in flash, but trying to map out the complexity of it!

Step 1: I want the user to upload a image

Step 2: The user can choose a separate background image

Step 3: The user can manipulate the image to make it fit with the background

Step 4: Export as one image as a profile picture on facebook or just the desktop

This is kind of like the yearbookyourself.com application if you have seen it=)

View 1 Replies

ActionScript 3.0 :: Save And Upload Movieclip As Image?

Mar 28, 2012

I have been using [URL] to create an flash file that creates a picture of an movieclip. But this only allows me to download the image from the flash, not upload it to a ftp server and to a database. The php file looks like this

<?php switch ($_POST[format]) { case jpg: header(Content-Type: image/jpeg); break; }
case 'png':
header('Content-Type: image/png');
break;
if ($_POST[action] == prompt) { header(Content-Disposition: attachment; filename=.$_POST[fileName]); }
echo base64_decode($_POST[image]); ?>

and I want the function if ($_POST[action] == prompt) to upload the image to an ftp and a database?

View 7 Replies







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