AtomicChip
Programmer
Am I missing something really stupid here?? All I'm trying to do is load a sound into a var (non-streaming) and then play it.
This is what I have:
var s = new Sound();
s.loadSound("click.mp3");
s.start(0,1);
But it's not working! No sound is played, but the object does exist...
Help?
-----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy
This is what I have:
var s = new Sound();
s.loadSound("click.mp3");
s.start(0,1);
But it's not working! No sound is played, but the object does exist...
Help?
-----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy