>From memory...

Assuming myClip was a reference to the loaded MovieClip:

new Sound(myClip).stop();

HTH,
Ian

On 11/17/05, Dhiraj Girdhar <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I have a SWF file which contains sound (whether in the form of sound
> object or streaming).
>
> I loaded that SWF in another movie clip using LoadMovie.
>
> Now, I want to stop the sounds of that SWF, how to do it?
>
> There is a way of stopAllSounds, but it also stops the sounds in main
> SWF.
>
>
>
> Can anyone suggest whether it is possible or not?
>
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to