I attached the code here. The problem is after importing the video in the first frame while navigating the video sound is heard which means the video is still playing. How can I stop it when moving to other section. Here is code
stop();
import fl.transitions.Tween;
import fl.transitions.easing.*;
var newTween:Tween = new Tween(a10_mc, "x", Elastic.easeOut, 1000, 340, 3, true);
gallery.addEventListener(MouseEvent.CLICK, clickSection);
downloads.addEventListener(MouseEvent.CLICK, clickSection);
regis.addEventListener(MouseEvent.CLICK, clickSection);
spons.addEventListener(MouseEvent.CLICK, clickSection);
contact.addEventListener(MouseEvent.CLICK, clickSection);