I’m creating a portfolio section of a web site that uses buttons to slide through a large movie clip using x and y coordinates to show the piece of the movie clip that pertains to the button. Some pieces of the movie clip will contain an FLV Playback component.
So far this is working well. Here’s my issue, if a user click a navigation button that scrolls to a part of the large Movie Clip without video the video from the previous click is still playing.
Is there a way to give a navigation button a command to stop an FLV Playback instance to stop? And as long as I’m here is there a way to give a navigation button a command to start an FLV Playback instance?
I’ve tried giving the component an instance name but that hasn’t worked.
Thank you!