-
Using .wavs?
Hey,
I can't for the life of me figure out how to use .wav files instead of .mp3s. It seems like the Sound class can only load in external .mp3s. I know that in as2 you could import .wavs into your .fla, and use them that way ... but I've never actually done it. Can you do something similar with as3?
Thanks in advance!
-
AS3 does not support the loading of external .wav files... only mp3.
You can import a wav into the ide and access it via it's class reference or place it on a timeline and access it via soundMixer props.