Brigog 0 Posted July 10, 2010 Report Share Posted July 10, 2010 I have a simple audio button I am trying to get working for my website however I am totally stuck on how to attach the sound to it. below is what I got: but_musicon (release) { gotoAndPlay(2);}on (release) { _root.soundstatus = "off";}on (release) { _root.d01.gotoAndStop(1); _root.d02.gotoAndStop(1);}___________________________but_music[indent][indent]on (release) { gotoAndPlay (1);}on (release) { _root.soundstatus = "on";}on (release) { _root.d01.gotoAndPlay (1); _root.d02.gotoAndPlay (1);}[/indent][/indent] The sound files name is "Chillout" and I'm just not good with Actionscript... so please help if you can. Quote Link to post Share on other sites
trevor- 0 Posted July 14, 2010 Report Share Posted July 14, 2010 What flash editor are you using, and when you upload your application to your website are you remembering to include the sound file as well? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.