PDA

View Full Version : i have problem with music buttons



korn104
September 10th, 2001, 09:36 AM
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!