virtual void AttachAudio(AS2::Object*, Sprite*) = 0;
AttachAudio attaches audio from the video source (NetStream AS2 call) to the movie clip which holds this video source.
Parameters |
Description |
AS2::Object* |
The playback video file. |
Sprite* |
The movie root which plays the video file. |