Flah sound issuses

**hi i am using flash 8 … i have 2 problems in my flash sites **

  1. I have insert you tube video in my flash site … using this code

code:
this.createEmptyMovieClip(“video_mc”,1000);
this.video_mc.loadMovie(“http://www.youtube.com/v/zOhTzAW_yvY&hl=en_US&fs=1&”);
video_mc._x = -164;
video_mc._y = -160;
video_mc._xscale=70;
video_mc._yscale=90;
this.video_mc.unloadMovie();

its work fine .
i use 5 youtube videos . in my flash site … i inser this code for all … its play … but i play video1 and same type i click video 2 video chage but vido 1 is play in back end so video 2 sound is over laping … how can i solw this

when i click video1 its play then i click vidio 2 vido 1 all think stoped only video2 only play …

**2. if when i play video my site sound is off … after compleat play vido then only sound works **

please help me to solve this issuse

her i attach of my work demo

http://www.2shared.com/file/11300512/4c6d6977/demo1.html

thank you