When sound is playing

hi, i’m having trouble with some as.
i want a mc to move onto frame 2 when an imported mp3 starts playing. i’ve found :


if (playing==true)
_root.soundbar.statusMC.gotoAndStop(2);

but it isn’t working.

cheers.