View Full Version : visual for sound?
tx_fusion
03-14-2002, 08:11 PM
sorry i dont have an example at school at the moment
but ill like to know if anyone know how to make
the little sound meter (like winamps) for sound usally ppl incorprated it with mute buttton. just wondering also
is it a MC or does it jump with the beat.
if i find a site ill post it
thanks
Rupert
03-15-2002, 04:14 AM
Do you mean like a little graphic EQ of bars or something moving to the music?
Rupert
tx_fusion
03-15-2002, 06:35 AM
yes!
first, thanks for posting.
second, sorry i am replying so late just got home.
ill love to see what u have for me.
thanks again.
tx_fusion
03-15-2002, 07:44 AM
i got it heres the site i saw it
[http://www.jakubkoter.com]
tx_fusion
03-15-2002, 04:19 PM
can some plz help me?
Romulus
03-16-2002, 02:17 AM
I'm pretty new to flash so I'm sure that there's an easy way to do this, but you can always make a MC that just has a few different layers in it. Each different layer would be one bar of the equalizer. Then just make it go up and down a few times and then get it to loop at the end of the frames with something like:
gotoAndPlay(1);
that way you can make the MC only a few frames in length but get it to look like it's going for a really long time. If you want it to respond the same way as the site you listed, where it turns the music off, you can always put an invisible button over the top of the animation once it's on the stage and have that stop the music.
Hope that's not all useless...
tx_fusion
03-16-2002, 09:49 AM
thanks for the input?
i thought about that but i was wondering too
if anyone knows if theres away to sync the spectum
with the music to have it really work not a fake one
but thanks for the input agian. :)
tx_fusion
03-16-2002, 09:50 AM
thanks for the input?
i thought about that but i was wondering too
if anyone knows if theres away to sync the spectum
with the music to have it really work not a fake one.
Maybe with actionscript or something???
but thanks for the input agian. :)
Billy T
03-16-2002, 02:14 PM
do a search for swift mp3
cheers
tx_fusion
03-20-2002, 04:44 PM
thanks sorry i didnt thank u early
i was so busy
thanks again
farafiro
03-21-2002, 07:47 AM
Here is the code u want, it's from the flashstar site
PHP:
--------------------------------------------------------------------------------
movieclip.prototype.expander = function (prop) {
if (signal != true) {
eval(prop) = 0;
wert = 2;
signal = true;
}
if (eval(prop)<25) {
wert = wert+(random(100)/10);
}
if (eval(prop)>=40) {
wert = wert-(random(100)/10);
}
eval(prop) = eval(prop)+wert;
}
--------------------------------------------------------------------------------
Call the function on a MC:
PHP:
--------------------------------------------------------------------------------
onClipEvent (enterFrame) {
expander("_height");
}
--------------------------------------------------------------------------------
mikkeX
03-22-2002, 12:00 PM
You could find swift mp3 here:
http://www.swift-tools.com
tx_fusion
03-26-2002, 08:47 AM
o thanks u so much ppl for the help
sorry i didnt post sooner
i havent been on lately
but thanks again:D
Rupert
03-26-2002, 11:04 PM
If you are still looking, there is quite a good simulated EQ thing out there called "cleoplayer.fla". I'm afraid I can't remember which site I grabbed it from - but it fades off when you turn your audio off. You can get away with it if your music volume level is pretty constant.
Cheers,
Rupert
JHallam
03-26-2002, 11:47 PM
I know that link,
Here she is - http://flash.onego.ru/flash5/cleoplayer2/cleoplayer2.zip
Happy flashing my friend
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.