Hi,
Does anyone know if I can attach an m4a file to a sound object dynamically?
Basically can I do:
a_sound = new Sound();
a_sound.loadSound("nameOfSong.m4a");
If not, is there away that I can import an m4a, be it to the media components or some other way?
Thanks,
Rolando