all groups > flash actionscript > january 2006 >
You're in the

flash actionscript

group:

Action Script Question



Action Script Question bloodworked
1/31/2006 11:32:24 PM
flash actionscript: I have an embeded flash movie on my site. There are links to other video on the
same page, each link opens up a movie in a new window, (so that the picture is
scalable) My problem is that the embeded movie wont stop playing until the user
pushes the stop button. Is there anyway to add something to each video link to
stop the embeded movie from playing behind the new window?

Any help would be appreciated.

Thanks.
Re: Action Script Question bnailWedge
1/31/2006 11:57:46 PM
Give your movieClip an instance name (for example "MovieOne"). The use this method:

movieOne.stop();

AddThis Social Bookmark Button