|
-
Buttnutsford
Best (free) mp3 player in Flash
Hi,
I want to stream serveral mp3s on a site, and decided Flash is probably the best way to do this, but after download several players that don't work or are just plain crap I think it's time to ask the experts....
So can anyone recommend an easy to set up, nice looking, simple mp3 player that will stream external mp3s?
Thanks!!
-
Banned
Hi,
It is very easy to build your own......
code:
mySound=new Sound();
mySound.load("someFile.mp3",true);
or
code:
mySound = new Sound();
myButton.onRelease=function() {
mySound.loadSound("someFile.mp3",true);
}
Here is a very nice sound tutorial......
http://www.kennybellew.com/tutorial/
Regards
NTD
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|