AS3コードのこの小さな部分がありますが、動作しません:(
var snd:Sound = new Sound(new URLRequest("Hit1.wav"));
var channel:SoundChannel = new SoundChannel();
channel= snd.play();
私が得るのは
type was not found or was not a compile-time constant: Sound
type was not found or was not a compile-time constant: SoundChannel
どうすればこれを修正できますか?
キャンバス