Excellent Andy thank you. Tony...
----- Original Message ----- From: "Andy Johnston" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" <[email protected]> Sent: Wednesday, September 27, 2006 7:04 PM Subject: Re: [Flashcoders] Attach sound problem > var soundHolder:MovieClip = this.createEmptyMovieClip("soundHolder", this.getNextHighestDepth()); > > thesong = new Sound(soundHolder); > > > > > > > > > Hey guys here is the deal I have a shell with 2 movieclips one that loads my > > main site and another that loads my music which an swf file. > > > > I in main site I have controls, play,stop and volume slider. > > > > What I want to do is this: > > > > thesong = new Sound(); > > thesong.attachSound("mainloop"); > > main.audiocontrols.Audio_playbutton.onRelease = function() { > > thesong.start(); > > }; > > thesong = new Sound(); > > thesong.attachSound("mainloop"); > > main.audiocontrols.Audio_stopbutton.onRelease = function() { > > thesong.start(); > > }; > > > > Nothing is working. > > > > I am nt asking someone to do it for me but to give me a concept of how to > > achieve this. > > > > Thank you. > > > > Tony... > > > > > > > > > > _______________________________________________ > > [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 > > > > > > > vicous > _______________________________________________ > [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 > > _______________________________________________ [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

