PDA

View Full Version : using media controller with Embedded Video


Navarone
03-19-2005, 05:14 PM
I am attempting to use the media controller component with my embedded video, netStream object. I have found the media components fla and made a copy of it, and imported the media controller into my movie. I have examined the many different parts to this component and found the play/pause button.

Now on the play/pause button, I can add the following code, but when I do the play/pause button doesn't switch from the play icon to the pause icon. Does anyone know I can add my code and still make the button icon switch?


on (release) {
_root.netStream.pause();
// pauses play first time issued
}

Navarone
03-20-2005, 01:53 PM
I have tried several different approaches including a onClipEvent. If I add a onClipEvent to the pause play button, I can see the button switch from pause to play, but all the movie clips are affected the same way. I thought it might be possible to use this compent with something other than a media display, appearently not.