How do I stop sound in Flash 8?
Sound ButtonsUse sound buttons that allow you to either enable or disable the sound option. Because browsers do not offer that option, you have to hard code Flash 8 to allow you to do that; a few lines of ActionScript code are needed to activate this feature.Basic SettingsFire up your Flash 8 application and create two buttons. Draw the button symbols using the drawing tools. Press “F8” and select “Button.” Under “Properties,” give each a name, such as “Play” and “Stop,” that corresponds to their function. Press “Ctrl” and “R” simultaneously to import the sounds and “Ctrl” and “L” to locate and right-click on the sound file. Select the options “Linkage…”, “Export for ActionScript” and “Export in first frame” to allow the sound file to be called using ActionScript.The ActionScript CodeCreate three key frames by clicking on “Frames” on the timeline and pressing “F6” on the keyboard for each frame. The frames will contain: 1st keyframe—sound file 2nd keyframe—play 3rd keyframe—sto