buttons in flash
I am making a website in flash that has videos in it. Is there action script that can make a video inside a movie clip symbol pause? If I can do that I will not need so many frames.
I am making a website in flash that has videos in it. Is there action script that can make a video inside a movie clip symbol pause? If I can do that I will not need so many frames.
yes. how you do that depends on how you're handling the video and where your code is located.
if you're doing that correctly you have an flvplayback component player your videos and your code is on the main timeline with that movieclip. if the movieclip has instance name mc and the flvplayback's instance name is flv_pb, use:
mc.flv_pb.stop();
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.