I want to make a mp3 player, but dont worry I wont post it here when Im finished like so many have done before me, its for personal use only. What do I really need when I want it to be able to:
- Play mp3 (use the ModFX? Any better?)
- Browse through a list
- play from a list (should be possible to scroll through the list)
- save/load list
- give the window a cool shape, not not this squeare like thing
- and other cool stuff possible, basicly like winamp
Oh, and if there is an open source on this that would be even better.
No No No, The thing is, I want to make my own skins. And make the menues easier, want to have full control of every option. And dont post any how to make skins in winamp, I want to do it in mmf.
Use dmc2 object for mp3s
use list object
change window shape - there is an object that does this that comes with mmf
use active picture object, to use external file, then u can make skins
download the window shape object, then you can make a preset image shape that you want the window to be, then use it in the shape object, then make some skins
This is what Ive managed so far. Use the dialog object to find any file and add it to the list. I want it to only find specific sound objects and play it off when doubble clicking on one of the music files on the list, plz explain detailes