Music Player - Printable Version +- 2DWorlds Forums (http://2dworlds.buildism.net/forum) +-- Forum: 2DWorlds (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=4) +--- Forum: Scripting (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=13) +--- Thread: Music Player (/showthread.php?tid=1087) Pages:
1
2
|
RE: Music Player - Jacob__mybb_import1 - 03-19-2011 Only AIFF, AU, WAV, and MIDI sounds are supported in Java unless you use external code libraries. I don't want to allow MP3s, because then everyone would started using copyrighted music, which could get us in trouble. RE: Music Player - Paradox - 03-19-2011 (03-19-2011, 12:54 PM)Jacob_ Wrote: Only AIFF, AU, WAV, and MIDI sounds are supported in Java unless you use external code libraries.Then people could use a free converter and covert it to any of those file types. RE: Music Player - Qwertygiy - 03-19-2011 (03-19-2011, 01:13 PM)Paradox Wrote: Then people could use a free converter and convert it to any of those file types. Yeah, I believe Windows actually comes with an audio converter that works for MP3s and Wave. So it's kinda pointless I guess... :/ Although I did find a way to tap into those Soundbible WAVE sounds without having to download them, I think. Ill have to wait until I get Buildism up and running good to test them though. |