Brigog Posted July 10, 2010 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. Link to comment Share on other sites More sharing options...
trevor- Posted July 14, 2010 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? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.