This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
You can open/play the swf file with Flash Player exe
adrianTNT (32)
Mute button with fade V2
A button that can mute/unmute a sound with fade in and fade out effect.Sound is property of jermai.de .
Note: when opening as swf file the fade will be faster, almost unnoticeable, but in html page flash performs a bit slower and fade will be longer.
To adjust fade length edit these lines:
setInterval(decrease_volume, 1);
setInterval(increase_volume, 1);
1 is fastest, decreasing volume... more >
8742 downloads, 35453 views
Comments
You need to login to post a comment.
I imported my mp3 and replaced the jermai mp3 but when I publish no sound comes out. Am I doing something wrong?
Nice, I need one of these!
Horrible music though lol.
LacosteMedia, sorry for the late reply, if you stil need to... replace:
some_sound.start();
with:
some_sound.start(0,999);
That means starts playing from second 0 of the sound and repeat 999 times.
whats the line to making it loop?
wow i love it. Thanks...