Skip to main content
rjoshicool
Inspiring
March 21, 2011
Question

Playing aac files in Flash AS3

  • March 21, 2011
  • 1 reply
  • 5099 views

I have checked that AAC files can be played in Flash. I tried downloading one but was not able to play it. Any idea?

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
March 21, 2011

relevant (only) code?

rjoshicool
Inspiring
March 21, 2011
sound = new Sound(new URLRequest(path));
var soundChannel:SoundChannel = new SoundChannel();
soundChannel = sound.play();
kglad
Community Expert
Community Expert
March 21, 2011

there's no code problem.    are you loading from a flash media server?