multimediamarketing
April 3rd, 2002, 01:06 AM
Gentlemen
I wish to create a button to shut up background sound of a movie ; as thousand of pages in the web movie will load with background loop sound playing ;
if visitors get bored with same sound looping then there will be shut up button ; another button will put the sound playing back.
Code bellow itīs a Kirupaīs tut. picked somewhere here and has the inconvenience to start the same sound many times.
on (release) {
        mmktSound = new Sound(this);
        mmktSound.attachSound("clavinet_loop");
        mmktSound.start(0, 99);
}
Perhaps with some changings it could fit to my purposes.
Once again thank you a lot for all the help.
Regards
MMKT
I wish to create a button to shut up background sound of a movie ; as thousand of pages in the web movie will load with background loop sound playing ;
if visitors get bored with same sound looping then there will be shut up button ; another button will put the sound playing back.
Code bellow itīs a Kirupaīs tut. picked somewhere here and has the inconvenience to start the same sound many times.
on (release) {
        mmktSound = new Sound(this);
        mmktSound.attachSound("clavinet_loop");
        mmktSound.start(0, 99);
}
Perhaps with some changings it could fit to my purposes.
Once again thank you a lot for all the help.
Regards
MMKT