Dwagothegod :
I give all of my script and file source code away free for anyone that would like to download them. Go to my profile, click on my site link, and you will have them all.
Flashbuilding :
hey just a question? what is "var" for something? and "arrays" ? is that some technik to control youre movie clips without using the scene board? just by using actionscript? i´ve heard many people says that arrays is good but i never really got the hang of it. would appreciate an answer
Dwagothegod :
Everything you need is in the flash help file. Just search the glossary for the terms you listed above. Results will come, and you should well know all you need after that. That is where I learn to code flash actionscript.
Metropolitan2dude :
Hey, this looks great. But is there a way to extract just the amplitude information from an audio file (mp3/wav)? I'm trying to use this information in an OpenGL program, where I want the visuals to react to the audio. Do you know any way I can do this?
SandorWest :
You could just remove the buttons and button code, and the player skin. Then you can manipulate the size and placement of the amplitude animation. It can be any size or colors you want.
Hawk :
Yes use many times on HTML page, when you get done making your first you can make others the same, just name the swf differently, and make sure it is set to play a different MP3 in the AS3 code. So basically you set MP3 url in the FLA, render swf, and rename swf. You can put 50 if you want. For your first question I can send you to a forum thread that shows exactly that, no autoplay. Go to my forum at developphp and look in the Flash forum for... Sound Amplitude MP3 Player 1 question
Ray Watson :
Hey again, thanks for the quick support! I got the autoplay fixed, but I still can't put more than 1 player on the music section of my page. I created 2 new buttons and named them playBtn2
ThGer :
No the method I gave was for placing a bunch of swf mp3 players in an html page. If you want the players to all be in one swf, just make each player it's own movieclip. Then duplicate movieclip by right clicking in library. Once duplicated, add to stage, then simply change the URL for MP3 in each. No need to do a whole lot of coding to pull that off, should be pretty painless.