im trying to make a self contained game, sound and all i want people to just be able to play it by opening the swf, and not need any other files such as .as imports and sound files.
every thing i have read so far about sound in AS3 requires an external package that extends the sound class or have the sound file be loaded externally. so what i need to know is…
how the heck do you play a sound from the library plain and simple without using external files!