/ Published in: ActionScript 3
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
var s:Sound = new Sound(new URLRequest("glitch.mp3")); var sc:SoundChannel= s.play(); sc.soundTransform = new SoundTransform(1, 0);