我有这种情况。当我将鼠标悬停在我的按钮上时,swf 已加载到舞台上,但它的音频正在播放。我只是想让它静音

I have this scenario. When I hover to my button, the swf is loaded on stage, but its audio is playing. I just want it to be muted

** >我有这种情况。当我将鼠标悬停在我的按钮上时,swf 已加载到舞台上,但它的音频正在播放。我只是想让它静音。**

import flash.media.SoundMixer;

SoundMixer.stopAll();