Programming ActionScript 3.0 |
|
|
|
| Working with sound > Capturing sound input > Sending audio to and from a media server | |||
Additional audio capabilities are available when using ActionScript with a streaming media server such as Flash Media Server.
In particular, your application can attach a Microphone object to a NetStream object and transmit data directly from the user's microphone to the server. Audio data can also be streamed from the server to a Flash or Flex application and played back as part of a MovieClip or by using a Video object.
For more information, see the Flash Media Server documentation online at http://livedocs.macromedia.com.
|
|
|
|