A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: [Resolved] How Do I Use My user's mic in MX?

  1. #1
    Senior Member
    Join Date
    Apr 2002
    Location
    Fraytown, MI
    Posts
    176

    Arrow

    I noticedt in the settings in flash 6, it says "give this movie access to your microphone?" How in the world do i use the user's microphone? I want to set up a free version of "guitarWars.com" and have online battles. Help greatly appriciated!

  2. #2
    Senior Member
    Join Date
    May 2002
    Location
    The Great Northwest
    Posts
    380

    Searh in the help files that come with MX

    Code:
    System.showSettings(2);
    myMic = Microphone.get();
    _root.attachAudio(myMic);
    If you search for microphone a lot of good examples come up.

  3. #3
    Junior Member
    Join Date
    Mar 2001
    Posts
    16
    I also need to store sound recorded from the microphone locally. However I did not find anything in the documentation. Also the reference has nothing like System.showSettings(2) or a Microphone object.

    In another thread I read that you can't record without the flashcom server, you just could react on noise ...

    Is there a possibility to record it locally and play it afterwards?

    thx
    eman

  4. #4
    Senior Member
    Join Date
    May 2002
    Location
    The Great Northwest
    Posts
    380

    I looked through my documents again

    I don't believe you can record to a file without flash communications server.

  5. #5
    Junior Member
    Join Date
    Mar 2001
    Posts
    16
    thx anyway, great gatsby !

  6. #6
    Senior Member
    Join Date
    Oct 2001
    Posts
    105
    I am playing around with a perl socket server at the moment, does anyone know if this could be used to replace the flash comm. server. How does flash send mic/video images? Anyone know?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center