Developing Flash Lite 1.x Applications |
|
|
|
| Working with Sound > About sound in Flash Lite > Event and stream (synchronized) sound | |||
Flash Lite 1.1 supports event and stream (synchronized) sound. Event sounds play independently of the Timeline and continue to play until either the end of the sound buffer has been reached, or the sound is stopped using ActionScript. Event sounds must download completely before they begin playing.
Stream sounds are synchronized with the Timeline on which they reside and are often used to synchronize audio with animation. Stream sounds stop when the playhead of the containing Timeline is stopped. During playback, Flash Lite drops frames from the animation, if required, to keep the sound playback synchronized with animation.
Only native Flash sound can be synchronized with the Timeline; you can use device sounds only as event sounds. Flash Lite 1.0 supports only event sound.
|
|
|
|