when you load an swf into a movie clip, if the download is slow it might pause. if it does i need to know when it pauses and when it resumes.
when you play a video, you've got events launched like NetStatusEvent--> "NetStream.Play.Start", and "NetStream.Buffer.Empty" to help you keep tabs on the status of the video. but the movie clip object doesnt seem to have any analogous events, so i need a workaround.
anybody deal with this before? any ideas?
when you play a video, you've got events launched like NetStatusEvent--> "NetStream.Play.Start", and "NetStream.Buffer.Empty" to help you keep tabs on the status of the video. but the movie clip object doesnt seem to have any analogous events, so i need a workaround.
anybody deal with this before? any ideas?