Copy link to clipboard
Copied
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();
Copy link to clipboard
Copied
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();
Copy link to clipboard
Copied
Where do I put that actioscript?
Copy link to clipboard
Copied
again, on the timeline that contains mc.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now