This browser does not have a Java Plug-in.
Get the latest Java Plug-in here.

This sketch demonstrates how to play a file from the web with Minim. The one caveat is that if you are running your sketch as an applet, it must be signed to be able to load files from remote hosts. If your applet is running from www.foo.com and you want to access an audio file at www.bar.com, you must sign the applet. If you are just trying to load a file from www.foo.com/file, you shouldn't need to sign the applet.

Source code: PlayAURL

Built with Processing