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
}
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
}