Play specific section of MP3

Kirupa tutorial says that you need to do this to play an MP3 in Flash:


mySound = new Sound();
mySound.loadSound("music.mp3",true);

How do you modify it so that it only plays the mp3 from say… the 30 second mark to 32 second mark?