对外部加载的swf进行静音控制

代码如下:

var st:SoundTransform = new SoundTransform();//静音按钮
st.volume = 1;
MovieClip(PlayLoader.content).soundTransform = st;//MovieClip(PlayLoader.content)为loader
原文地址:https://www.cnblogs.com/wqing/p/2389673.html