This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
That's going to be a pretty tall order. Why can't you use the java plug-in and develop against the 1.4 jdk? or at least 1.3...something more modern. The java media framework might be of help to you, but not under 1.1. You could try building your own, but you're going to run into security issues, since you can't open mp3 files on the user's local machine unless you specifically have set this up ahead of time.
Rob, I've been resisting this one all day, was gonna say something like "Good freakin' luck." Nice to see tact and diplomacy in your reply. Michael Morris
Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius - and a lot of courage - to move in the opposite direction. - Ernst F. Schumacher
tatae alvostru
Greenhorn
Joined: Jun 04, 2001
Posts: 17
posted
0
I know this is not going to be easy. I can not download any plugin or extensions, it's an applet. The files are loaded form the site, so there will be no security problems. I simply don't think this is possible, but I wanted to know if there is something like this on the market.
Rob Ross
Bartender
Joined: Jan 07, 2002
Posts: 2205
posted
0
The sun plug-in for java 1.4 can automatically be downloaded and installed in the browser. You still code your applet like normally. But in the html file, it will check to see if the user has the java plug in and if not, it will download it and install it and now you can run 1.4 applets. This really is the best solution to your problem. You can then use the Java Media Framework to play mp3 files from the server.