;

PDA

Click to See Complete Forum and Search --> : Using .wavs?


DGord
08-29-2006, 08:01 PM
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!

Arsis
09-01-2006, 06:02 AM
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.