Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SWFLoader を使用してフラッシュ ファイルをロードするフレックス アプリケーションがあります。Flex アプリケーションからその SWF のオーディオ ボリュームを制御する方法はありますか?
こんな感じで使えますSoundTransform。
SoundTransform
var soundTransform:SoundTransform = new SoundTransform(volume); swfLoader.soundTransform = soundTransform;
ボリュームは 0 から 1 の間の数値でなければなりません。これはあなたが探していたものですか?