|
Java™ by example!
|
|
|
How do I create a servlet that will cause Windows Media Player to start up with a media file?
The following example was tested with Tomcat 4.0.3. It serves the file c:\temp\qq051002d.mp3 to whoever is accessing the servlet and causes it to be played right away. GetMediaFile.java:
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|