ummm, they are good links, thanks root but I need to know really how to build one from scratch....just a simple one with a play button for lo fi and hi fi?
Also is there a way in Flash to view the code for the project ?
Main Topics
Browse All TopicsHow could i make an MP3 player in flash presuming the user doesnt have any media player (not very likely!!) I am using Flash MX and am very new to this program so please be specific in detail,
I would like there to be two versions the user can play Lo-Fi and Hi-Fi, with a stop button, and skip button etc etc
Are there any sites out there that actually do this ??
Thanks in advance
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
OK I HAVE FOUND OUT HOW TO PLAY AN MP3 AND TO STOP ONE BUT ..... HOW I WOULD LIKE TO ADD A VOLUME CONTROL OR A BAR THAT MOVED FROM START TO FINISH AS THE TRACK PLAYED(LIKE WINDOWS MEDIA PLAYER)?
ALSO THE START BUTTON IS JUST A SIMPLE START FUNCTION FROM PROPERTIES....BUT IT PLAYS THE SOUND OVER THE TOP IF PRESSED AGAIN...IS THERE ANYWAY AROUND THAT?
THANKS PEOPLE -MUNDO-
do like this
var level = 50;
mySound = new Sound();
mySound.loadSound("http://
mySound.start();
mysound.setVolume(level);
then 2 buttons one plus one minus
for plus something like
on (release) {
_root.mysound.setVolume(_r
_root.level = level +10;
}
similar to minus
on (release) {
_root.mysound.setVolume(_r
_root.level = level-10;
}
check this tutorial if need in-depth of sound control
http://www.flashkit.com/tu
this is perfect example for you. download fla file.
http://metasphere.net/help
if you need any further help let me know
Cheers
RootDir
Check this, there is mp3 jungle out there
http://www.flashkit.com/mo
RootDir
Business Accounts
Answer for Membership
by: rootdirPosted on 2003-05-05 at 10:40:36ID: 8463374
Check this sites
vies/Sound /Players/M P3_Prel- Ar turo_M-811 1/index.ph p
codedepot/
/Sound/Pla yers/
g/movies-r esults.php ? category= sound
torials/Au dio/Flash_ MX-Kenny_B e- 824/more 20.php
m/topic.as p?TOPIC_ID =500
http://www.flashkit.com/mo
mp3 class
http://www.moock.org/asdg/
http://flashkit.com/movies
http://www.actionscript.or
http://www.flashkit.com/tu
http://www.flashsupport.co
RootDir