New External Sound


/ Published in: ActionScript 3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. var s:Sound = new Sound(new URLRequest("glitch.mp3"));
  2. var sc:SoundChannel= s.play();
  3. sc.soundTransform = new SoundTransform(1, 0);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.