Results 1 to 4 of 4
Thread: Java, Playing Music?
- 08-18-2011, 12:23 PM #1
Java, Playing Music?
I really want to play music into my game, what is a game without music? How do I do? When I try to use the AudioPlayer & stuff I just get the message:
Access restriction: The type AudioPlayer is not accessible due to restriction on required library C:\Program Files (x86)\Java\jre6\lib\rt.jar
Any other possible way to do it? Or any solution?
Thanks,
AlexCurrently Developing a Game Called Loaie, You Can Download It From "The Loaie Website".
- 08-18-2011, 02:27 PM #2
What's AudioPlayer? There's no class of that name in the standard JDK.
Check out the static method of the Applet class that allows you to load an AudioClip, and the methods of that class for how to play it.
db
- 08-18-2011, 06:12 PM #3
Can I get any help with how I use music? Any API? Anything?
AexCurrently Developing a Game Called Loaie, You Can Download It From "The Loaie Website".
- 08-18-2011, 08:19 PM #4
Similar Threads
-
playing a video in a java application using jmf
By 200808147 in forum Advanced JavaReplies: 3Last Post: 08-17-2011, 03:01 PM -
playing music while program runs
By liluma in forum New To JavaReplies: 2Last Post: 05-04-2011, 05:16 PM -
Java crashes while playing minecraft
By marco473 in forum New To JavaReplies: 0Last Post: 03-26-2011, 09:11 PM -
Playing mid in java pls help
By Hees in forum New To JavaReplies: 5Last Post: 06-20-2010, 06:15 AM -
Music in Java Program
By AWPtic in forum New To JavaReplies: 1Last Post: 04-06-2009, 06:35 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks