Click to See Complete Forum and Search --> : sound file
Sonia
10-01-2003, 10:36 AM
Using the embed tag, a sound file can be inserted in a webpage. (<embed src = "whatever.wav">). By default the sound file will play in Media Player or quick time. But what can I do if I want it to play in another application?
Robert Wellock
10-02-2003, 07:27 AM
You should set the MIME and use the codebase parameter for the chosen application but the user should have the overruling preference.
Sonia
10-03-2003, 12:23 PM
I didn't understand. What's the codebase parameter and how can u set it?