|
Posted by cwdjrxyz@yahoo.com on 10/26/05 18:52
Mike wrote:
> Does anyone know how to embed a media player such as wmp or real into a web
See my pages on this subject at
http://www.cwdjr.info/media/playersRoot.php . It is possible to embed
either the WMP or Real player and have it work on most currently used
browsers. One can use object-based code that does not include illegal
tags such as embed. It is quite possible to serve the page with the
player as true xhtml 1.1 served as such using the correct mime type of
application/xhtml+xml with automatic conversion of the page to html
4.01 strict, using a PHP include, for outmoded browsers such as IE6
that can not accept the correct mentioned mime type. Or you can stop at
html 4.01 strict, if you desire.
You can include both WMP and Real players on the page if you wish. It
also is possible to stream media to other types of players, although
most people who are interested in playing media have the WMP and/or the
Real players installed. I have streamed Ogg Vorbis and MP4 just for
fun, but so few people I know use these formats that I do not include
them on most of my pages. Besides their own formats, the WMP and Real
players will play several other formats such as MP3.
The Winamp player is nice to have installed for those who are
interested in less common audio formats, because many plugins for it
can be found for more unusual formats such as .ape, .flac, etc.
Navigation:
[Reply to this message]
|