vote up 0 vote down star

I want to embed a wave file (or mp3) in html. There is no problem for windows platforms. User can install a windows media player plugin. But WMP does not support linux. Is there any way to do that besides using Flash?

flag

4 Answers

vote up 1 vote down check

You can take a look to a Javascript implemtation (origanilly from Digital Medias).

Here is a demo

But depending on what you want to do, it's generally not a good idea to provide music on website...

link|flag
I am working a web-based diagnose tool, which is used to playback wave files (generated by some special devices). – stanleyxu2005 Aug 21 at 11:44
vote up 1 vote down

Really nice and easy example published by Google : http://code.google.com/intl/fr/apis/wave/embed/guide.html

link|flag
sounds interesting – stanleyxu2005 Nov 6 at 22:56
vote up 1 vote down

What do you mean by "embed a wave file in html"? You want to play an external file of hold that file inline in the html?

I do belive that you want to play an external file, as holding that file inline would be an overkill.

So, to play an external file, why not use a flash player (http://developer.longtailvideo.com/trac) or the new HTML5 element (http://ajaxian.com/archives/its-friday-play-some-drums-html5-style) ? I do belive flash is more lightweight than WMP and is cross-platform.

WMP might not exist on linux, but there are packages available for Firefox on linux that installs avi and mp3 handlers (at least mplayer does this, don't know about other players)

link|flag
Thanks for showing this cool player. But this player seems not to support wave files. I am not sure, if I need a special license for converting and playing mp3 files for commercial propose. – stanleyxu2005 Aug 27 at 12:47
vote up 0 vote down

w3schools will usually tell you all you need to know about html authoring

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.