RE: [Flashcoders] Need help problem with sound object

2007-03-08 Thread Smeets, Ben
PROTECTED]; flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Need help problem with sound object Hi, thanks for help, i will try that. But right now my sound is at level 0 and video is at level 3. I stop sound object at level 0 i find sound of video is also lost. thanks Abhi On 3/

Re: [Flashcoders] Need help problem with sound object

2007-03-08 Thread creativity
Hi, thanks for help, i will try that. But right now my sound is at level 0 and video is at level 3. I stop sound object at level 0 i find sound of video is also lost. thanks Abhi On 3/8/07, Jiri Heitlager <[EMAIL PROTECTED]> wrote: When creating a sound object, you should give a movieclip as it

Re: [Flashcoders] Need help problem with sound object

2007-03-08 Thread Jiri Heitlager
When creating a sound object, you should give a movieclip as it parameter var snd:Sound = new Sound(movieclipReference) By not assigning a movieclip, you acces the global sound. Jiri creativity wrote: Hi, i have used sound object at level 0 which is controlled by a button to stop a

RE: [Flashcoders] Need help problem with sound object

2007-03-08 Thread Smeets, Ben
hcoders mailing list Subject: [Flashcoders] Need help problem with sound object Hi, i have used sound object at level 0 which is controlled by a button to stop and play. But when sound through sound object is stoped. The sound of video at other level also stops. on setting sound object play again

[Flashcoders] Need help problem with sound object

2007-03-07 Thread creativity
Hi, i have used sound object at level 0 which is controlled by a button to stop and play. But when sound through sound object is stoped. The sound of video at other level also stops. on setting sound object play again the sound with sound object plays but video sound doesnot. Though on loading ot