A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: microphone into flash

  1. #1
    Junior Member
    Join Date
    Oct 2002
    Location
    malaysia
    Posts
    4

    microphone into flash

    anyone know how the microphone interact with a flash movie clip?
    any one got this script?

  2. #2
    Registered User
    Join Date
    Apr 2001
    Location
    Akron OH, USA
    Posts
    4,841
    This requires interaction with the Flash Communication Server.

    Post moved from sounds and music to Flash Communication Server forum.

  3. #3
    psx = new Moderator();
    Join Date
    Jan 2001
    Posts
    923
    Hey,
    The microphone can be used without flashcomm server, but it's not very useful without it. Meaning, you can grab the audio coming from the mic, and play it back through the speakers, but that's about it. Even doing that isn't very exciting as it just causes a nasty feedback loop.

    But with flashcomm, you can use it to stream the microphone-audio between connected flash clients. Check out the macromedia site for more flashcomm info, or even dig through some of the early posts here on this board.

    Psx

  4. #4
    Junior Member
    Join Date
    Oct 2002
    Location
    malaysia
    Posts
    4
    oh.. but my interactive piece is not web base
    it's a installation art.
    tat ppl can use sound to interact wif color according their
    volume..
    like the project in db-db.com

  5. #5
    psx = new Moderator();
    Join Date
    Jan 2001
    Posts
    923
    Ahh... cool.
    a quick bit of code that should help get you started:

    Code:
    mic = Microphone.get();
    this.attachAudio(mic);
    this.onEnterFrame = function() {
    trace(mic.activityLevel);
    }
    mic.activityLevel will return a number from 0 to 100. There's also this thread:
    http://www.flashkit.com/board/showth...hreadid=352878

    Also, if you haven't already, download the updated ActionScript Dictionary.
    http://www.macromedia.com/support/fl...ation_updater/

    Psx

  6. #6
    Arckid - Curving the Web
    Join Date
    Dec 2000
    Location
    India
    Posts
    1,412
    look at : arcMicGraph
    Ashvin Savani (Arckid)

    CEO & Founder, Avinashi Systems Pvt. Ltd.
    Team Macromedian
    Avinashi Videomail - My latest work

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