I'm confused on how I could load a Soundfile from an SWC library.
I started of my using:
private var SoundAS:SoundManager;
and thought I could then add the MP3 from my SWC like so:
SoundAS.addSound("found", mp3found);
But that didnt worked. Any tips?