need help, i need to construct a dynamic mp3 player which has the usual features of a normal one such as song title, duration, volume, forward back etc.
The exception is that i want it to be dynamic and updatable for me so all i will need to do is drop an mp3 into a folder and it will automatically play in the player on the site or save it as an swf file n drop it into a folder, can anyone help me or does anyone have one where i can examine the code.
Would be very grateful as i cant get my head round this.
Seeing as how you said .swf and everything you know about swiftmp3 of flashamp… I’ve got a couple of ?'s for you though…
Do you want a spectrum anylyzer?
How big does it have to be…?
You would have to use the sound object in Flash and if you wanted a spectrum you would also have to use a loadMovie property… then you would have to synch those up…
Sound difficult yet? It is…
You would set up fucntions that would laod these movies when you picked them up… or if you created some soft of playlist you could set i up that way… TO automatically search and play…
Also remember you should have some sort of pre-loader… I for one do not like streaming audio…
Even more difficult? Oh yes tiz is…
Then you’ll have to set up each individual buttons… on (press) then do a sound command… start would play… stop would stop the sound. onSoundComplete is an event that can tell when the sound is done… There are many functions… Read up on them in the sound object in Actionscipt Dictionary…
If you can udnerstand some of those little things here and there… Piecing everything togethe is just a matter of what goes where and how it goes in…
Do you have any code so far? If so… post it here… If you want someone to give you all the code… You won’t learn anything off of it… :-p I’m just trying to help see you get an udnerstanding of how it gets pieced together along with code…