Imsold4christ![]() Member Posts: 305 From: Gresham, OR, US Registered: 01-20-2001 |
How do I make it so my applet can play midi files? All I know is how to do is play the .au files in applets, and their file size is wayyyyy too big for what I need to do. So can anyone give me some help here? ~Caleb ------------------ |
Klumsy![]() Administrator Posts: 1061 From: Port Angeles, WA, USA Registered: 10-25-2001 |
you mean java applets? well you could just put them referenced in the HTML file and have script to start and stop them and from java access the html DOM and start and stop them.. Karl ------------------ |
Imsold4christ![]() Member Posts: 305 From: Gresham, OR, US Registered: 01-20-2001 |
Yes, I mean java applets. I do not want to use html hacking because I also want to make the applet into an application and I want to keep the same features. I have this nice piece of java code that will let you compile almost any applet as an application, and it works great. Anyway, does anyone know how to do what I'm looking for? All I really need is some good code to look at as an example. †Caleb† ------------------ |
Imsold4christ![]() Member Posts: 305 From: Gresham, OR, US Registered: 01-20-2001 |
Hey, I know everyone is having great discussion elsewhere, but um, I still have the same need. I thought I'd just ask for help again before this thread fades into oblivion. So, just a reminder: HELP! †Caleb† ------------------ |
Klumsy![]() Administrator Posts: 1061 From: Port Angeles, WA, USA Registered: 10-25-2001 |
maybe you'll get a solution at this link probably within the first page or results i am sure [url] http://groups.google.com/groups?q=java+applet+play+midi+file&ie=UTF8&oe=UTF8&hl=en use the power of google.. google groups contain usenet posts for the last 20 years.. i overloaded some of those posts and it seems there should be some answers.. God Bless ------------------ [This message has been edited by klumsy (edited May 20, 2002).] |