今作っているホームページで、 あるボタン(以下「Aボタン」とします)が押された後、以下の内容のfunctionが発生します。 parentparentparentMc.top_message.gotoAndPlay("off"); channel = new SoundChannel(); sound = new Sound(); my_volume = new SoundTransform(0.15,0); ur = new URLRequest("./sound/switch_press.mp3"); sound.load(ur); channel = sound.play(); 実際の動きとしては、シーン1(=ルート階層)が"off"というラベルに移動し、音が鳴る、という単純な仕組みなのですが、 先方から問い合わせがあり、 DELL VOSTRO 230 Windows 7 Prof