dniezby
11-22-2006, 10:59 PM
I put this code into my first frame:
mySound = new Sound(); // Create new sound variable
mySound.loadSound("come.mp3",true); // Load the sound
mySound.start(); // Begin playing the loaded sound
mySound.setVolume(50); // Set the volume level at 50
But for some reason, the sound only plays a 2nd or two then loops back making is sound as if the sound is skipping.
Any thoughts? (I've checked the file. It works fine. 3 min long)
mySound = new Sound(); // Create new sound variable
mySound.loadSound("come.mp3",true); // Load the sound
mySound.start(); // Begin playing the loaded sound
mySound.setVolume(50); // Set the volume level at 50
But for some reason, the sound only plays a 2nd or two then loops back making is sound as if the sound is skipping.
Any thoughts? (I've checked the file. It works fine. 3 min long)