Try to add that "level0" sound to a specific movieclip instead of level0. Assigning it to levfel0 is the same as making it global.
Ben -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of creativity Sent: donderdag 8 maart 2007 14:50 To: [EMAIL PROTECTED]; [email protected] 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/8/07, Jiri Heitlager <[EMAIL PROTECTED]> wrote: > 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 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 > > other movie again sound of vieo play perfectly. > > > > pls let me know if any boy has some solution. > > > > thanks > > > _______________________________________________ > [email protected] > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com http://training.figleaf.com > -- Abhishek Kumar _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

