I have problem with music buttons

i have placed in my movie a button to start playing a music
the code for this is:
on (press) {
mysound.start();
}

but didn’t work!
any ideas?
the same happens with stop button
on (press) {
mysound.stop();
}
what i have wrong?
i have allready import my music
Thanks!