Can flash record audio in .mp3 format?

I have an Audio Recorder created in flash. Currently it records audio  and saves it in .flv format.(I am using AS2.0 and Red5 server)
My question is: Is there  any way by which I can record and save audio in .mp3 format, directly?
Thanks in advance.

The .flv format is a "container" format, not a video format.
So that means that inside the container, you can have a video file and/or an audio file or even just an audio file.. which most likely is already an mp3 file. Use something like "FLV Extract" to break open the container and see:
http://moitah.net/
But really, for any Web delivery of audio, the .flv (audio only) method works just fine. Lots of media players available for the Flash .flv file.
For example:
Sounds from my bunk on the Lady Washington
http://exploreolympics.com/reports/?p=2857
Scroll down to third media player.
A little quiet to start with... but this is a .flv file with just an mp3 audio file inside.
Best of luck!
Adninjastrator

Similar Messages

  • Satellite P300-23L - can't record audio coming from an internal source

    Hi.
    I can't record audio coming from an internal source. Can someone assist please?
    I have reinstalled the devices etc but other recording devices does not show up.
    Thanks
    Operating System: Windows Vista Home Premium (6.0, Build 6001) Service Pack 1 (6001.vistasp1_gdr.100218-0019)
    Language: English (Regional Setting: English)
    System Manufacturer: TOSHIBA
    System Model: Satellite P300
    BIOS: PhoenixBIOS 4.0 Release 6.1
    Processor: Intel(R) Core(TM)2 Duo CPU T6400 @ 2.00GHz (2 CPUs), ~2.0GHz
    Memory: 2908MB RAM
    Page File: 3012MB used, 3005MB available
    Sound Capture Devices
    Description: Microphone (Conexant High Definition SmartAudio 221)
    Default Sound Capture: Yes
    Default Voice Capture: Yes
    Driver Name: CHDRT32.sys
    Driver Version: 4.83.0001.0000 (English)
    Driver Attributes: Final Retail
    Date and Size: 1/15/2009 14:50:10, 439296 bytes
    Cap Flags: 0x1
    Format Flags: 0xFFFFF
    Message was edited by: markrowe

    This is OK because the Conexant sound chip does not support other sources
    Ive got a unit with Realtek sound chips and with Conexant sound chip.
    The Realtek support the recording from other sources but Conexant doesnt.

  • Can you record audio in mainstage?

    Can you record audio in mainstage?

    Yes. There's a toolbar button and there's an item in the Action menu. It will record the audio that coming out of the output pair you set in the Audio tab in the preferences. You can set a recording path and a file type in the prefs too.

  • Can't record Audio while recording an Audio Instrument?

    Okay, so I never expected this to be a problem. I've just recently begun recording multiple tracks at the same time (all audio-only until this point). I'm sure there's a really simple solution to this, but I can't seem to find it.
    Today I wanted to record a few strums on my guitar and then play a few chords on the keyboard, going back and forth. I armed the track for the guitar (it will record by itself, by the way) and then armed the track for the keyboard (which will also record by itself). I hit record, did my thing, and the audio for the guitar just didn't record. All I had was MIDI.
    Both tracks appeared armed for recording.
    I had the Audio Instrument track currently selected, so I figured maybe it got priority. If I selected the Audio track though, the Audio Instrument track was no longer considered armed.
    Is this just something I can't do? Or maybe there's an option I can change for this in Preferences or something?
    Thanks in advance.

    Yes. I'm 100% certain that I'm getting the signal from the guitar. The levels change as I strum both before and during recording.
    -If I have the guitar's track both selected and armed, it will record.
    -If I have the guitar track armed with a different audio track selected, it will record.
    -If I have the guitar track armed with an Audio Instrument track selected, only the Audio Instrument records.
    -I cannot arm both the guitar track and an Audio Instrument track with the guitar track selected, because as soon as I select the guitar track, the Audio Instrument track(s) become unarmed.
    This is not a matter of me getting no sound out of the recording- there is simply no recording. (And during recording, the little dialog box doesn't pop up to tell me that audio is recording.)
    It does seem simple enough, and yet it doesn't work. I can record multiple audio tracks, but for some reason once I throw a MIDI track into the mix I can't record audio simultaneously.
    I have no reason to believe this is anything other than Logic as I can record both separately (without altering the configuration of how I have things plugged into my computer at all). I just can't seem to do them together.
    Surely Logic can be used to record something like... MIDI keyboard and vocals simultaneously, right? This has to be a feature.
    If you don't quite get what my problem is, open Logic and test out the bullet points at the top of this message. That should help you understand.

  • I can not record audio with the internal microphone or a external microphone? What is the fix?

    I can not record audio with the internal microphone or a external microphone? What is the fix?

    jw000.w wrote:
    I do appologize and appreciate it! Im and running OS X
    Please click on the following link & do the necessary in providing the info previously requested.
    http://support.apple.com/kb/HT1758 How to identify iMac models
    Click on the Apple>About This Computer.  The window will tell you which version OS is currently installed on your iMac.
    =========================
    It would help us to know which computer model you have, which OS you're using, how much RAM, etc. You can have this info displayed on the bottom of every post by completing your system profile and filling in the information asked for.This will help in providing you with the proper and/or correct solutions.
    Thank You.

  • How long can I record audio without stopping?

    Hi there! I wonder how long can I record audio nonstop with my iPod Touch and how good is the mic of the 4G? Thanks!!

    I believe its based on a max file size of 2gb.

  • Can I record audio notes from iphone to cd

    Can I record audio notes to cd from my iPhone?

    Not direct from the iPhone, but audio notes can be synced with iTunes on your computer. You can burn your iPhone audio notes to a CD from your iTunes library on your computer as with any other music files in your iTunes library.

  • Record Audio in mp3 file format using FMS

    I am Recording Audio Using FMS which will record Audio file in FLV File Format default But I like to Record in MP3 File Format. Is it Possible.
    And I also Record Video In MP4 File Format using h264 encode. Which Give me Video File in MP4 File Format but When i will try to play that MP4 File it Didn't play. So, I post-processed video with a tool called F4V Post Processor. Now That MP4 Video File Play But Didn't Give me Sound in that Video.
    My Code is:
            var h264Settings:H264VideoStreamSettings = new H264VideoStreamSettings();
            h264Settings.setProfileLevel(H264Profile.MAIN, H264Level.LEVEL_3);
            ns.videoStreamSettings = h264Settings;
            ns.publish("mp4:"+FILENAME+".mp4","record");
    I search Lot but didn't get the solution. So, Please Give me Solution for Both thing.

    The .flv format is a "container" format, not a video format.
    So that means that inside the container, you can have a video file and/or an audio file or even just an audio file.. which most likely is already an mp3 file. Use something like "FLV Extract" to break open the container and see:
    http://moitah.net/
    But really, for any Web delivery of audio, the .flv (audio only) method works just fine. Lots of media players available for the Flash .flv file.
    For example:
    Sounds from my bunk on the Lady Washington
    http://exploreolympics.com/reports/?p=2857
    Scroll down to third media player.
    A little quiet to start with... but this is a .flv file with just an mp3 audio file inside.
    Best of luck!
    Adninjastrator

  • Can no longer rip to MP3 format - mediasou

    Ive been using creative media source ver3 for a few years now, and so far i've never had a problem with ripping CDs to the MP3 format, however since 'upgrading' to version5, the mp3 format option is no longer there, instead theres a message "click to learn about mp3 formats"
    clicking on this message takes you to this page, where it says you have to pay US$9.99 to be able to rip to mp3 format again.
    When i origanaly purchased my Zen Xtra, the ability to rip CDs to mp3 was included with the product as an integral part of the mdeia source software, seing as i've already paid for it ( as a part of my inital purchase) how can i get it back?

    Hi everyone,
    Please check the version number of your Creative MediaSource software. If you have a Creative MediaSource version of 2.0.0 or greater (prior to 5.x), ripping to MP3 format is supported. Upgrading to the latest version will not impact this functionality even if you uninstall your older version of Creative MediaSource after you have installed Creative MediaSource 5.x.
    However if you have a Creative MediaSource version that is older than version 2.0.0, you are recommended not to uninstall your older version of Creative MediaSource even though you have already installed Creative MediaSource 5.x so as to continue to have the rip, record and convert to MP3 functionality in Creative MediaSource 5.x.
    Hope this information is useful.

  • Can I export files in mp3 format?

    Can I export an audio file in the mp3 format?

    http://help.apple.com/logicpro/mac/10/#lgcp8314da07

  • Can I record audio on an iPad direct from a mac via line out

    I use the noteability app alot, recording audio at a live lecture works great.  However, due to a bug you can not add an audio file directly into your notes (at the moment), you must record them.
    I have a bunch of podcasts that I would like to add to my notes.  I know I could play them from my mac and record audio through the ipads mic but what I hoped  to do was connect a male to male cable between the line out of my mac into my ipad, playing the audio without interferance.  This didn't work
    Does anyone know if there is a similar way to do this or something I could have done wrong. 
    Thanks

    yeah - you can do it, but you need an adapter.  The earphone jack on a pad is a special jack with stereo headphone uot put and a seperate mic in channel.  The adapters i have seen are usually built to accomodate a standard 1/4 in - into the pad, like the one in the attached link.  In theory, you could use the lineout on the mac, to a 1/4 in male - then into this adapter to get it back into the pad.   Somebody probably makes the cable you need with the 1/4 shift, but I couldn't find one.
    Options - in you notes, insted of copying the file, put a link to the podcast
    http://www.tmart.com/Multimedia-Guitar-Audio-Interface-Adapter-for-iPhone-iPod-T ouch-iPad-Black_p126356.html?fixed_price=us_us&utm_source=base&utm_medium=organi c&utm_term=87002502&utm_campaign=product&gclid=CPq6t_jal74CFdDm7AodhSoABw
    Message was edited by: pjl123  forgot the link...

  • Can I record audio and spread it across several slides

    I am having trouble recording audio at the same time I am
    recording a software simulation. Must be like the chewing gum and
    walking thing! I would like to record a few slides at a time and
    then add the audio. I select Audio and record, but it only records
    on the first slide...or whichever slide it happens to be on. I
    thought I saw somewhere that I could choose to spread the audio
    file across several slides if I choose. Can anyone tell me if this
    is possible and how to do that?

    Hi deidrelynn
    After you make that long voiceover, have you tried clicking
    Audio > Edit Timing... and adjusting the split bars where you
    want the audio to break? If not, perhaps that's worth a shot.
    Cheers... Rick

  • Can´t record audio track

    hi,
    I´m trying to record an audio track on logic express.
    the problem is: I have no record button on the side of the audio tracks.
    I set the the core audio driver as in/output on audio preferences. still do´nt work.
    I can import wav´s and I can hear them but I can´t record.
    Do I need an external USB Interface or is a driver missing? What might be wrong in my setup.
    please help!!! It drives me nuts.

    In the arrange window, there's a VIEW menu. Click on it and you can select which buttons, etc. you want to see.
    Paul

  • How can I record Audio while listening to another Audio Track?

    I wanted to record a duo with both parts played by myself but I can't get Logic EXpress 8 to let me hear the previously recorded Audio track while recording the second Audio track. I do have an Edirol UA-25 and thought i had it set up to make that possible.
    If any of you know the answer I would appreciate it greatly to have an answer to such a basic operation, or is Logic so far behind that I will HAVE to upgrade to Leopard and buy Protools?

    Hello,
    as far as i know, the advanced mode of the EA-25 requires you to install the original Edirol driver. The simple mode has basic core audio support, but the advanced mode allows MIDI and more than 44.1 kHz.
    However, you shouldn't deselect Advanced, if it works okay - leave it on!
    Just look if the "Digital in" switch is set to off, and set the small selector switch for the sample rate at the back to 44.1 kHz. With these settings, you should be able to play back and record at the same time. If not, the problem is not the UA-25.
    Fox

  • Logic not responding when saving or changing settings & Can't record audio

    I have just started to use Logic for the first time (installed it a month ago and now trying to use it).
    I have the latest version of Logic, OS X and have a MacBook Pro.
    I do not have any external hardware or plug-ins installed.
    PROBLEM:
    Whenever I try to save or save as a song (even when there is no MIDI or Audio in the tracks) the colored pinwheel spins forever.
    I also was trying to figure out how to record audio. I discovered that there was no path for recording audio which might be the problem why I couldn't get it to record (see below), and when I clicked the select path button it also froze on the spinning pinwheel.
    Audio Recording Problem:
    I set one of the default Audio tracks to Input 1 (built-in microphone) and I see the monitor responding to sounds, but when I turn on the record button on the track and then click record, the mic is still working but nothing is recorded in the track. When I open Garageband and record it works perfectly fine.
    Help?

    I had many problems with my Mac G5 2.7 refurb/Logic 7.2.1 when I first got it back in March. Although my problems were different than yours some things I remember doing that helped:
    Trashing Logic's preferences fixed a situaution where my Logic windows were flashing randomly and Midi info was corrupted causing my Mackie Control Universal and my Korg Triton to freak out Logic.
    Repairing disk permissions because 2 times Logic did not totally install correctly. Yes I reinstalled Logic at least 4 times to figure out why I was having freezeups system wide.
    Working closely with Apple Care documenting my problems and finally getting my local Apple store in our local Mall to change out the motherboard, dual processors and optical drive. Yes essentially a new computer. Since that time I have not had one system wide freezeup (any wood around here)
    or major problem.
    AT one point running the "Quick Test" from Apple's startup disc showed a Bad RAM chip. Again not related to you but running the test could show something.
    I have 2 issues left to fix - Logic 7.2.1 for me has a transposition problem. Midi tracks will show up after I open a song file transposed down a step. The fix is to reboot Logic which is a pain. 2nd - Annoying beep coming from my power supply. Beep is audible in studio near the tower and is also in the audio chain coming out of speakers. No fix yet but again I'm working with Apple Care.

Maybe you are looking for