Embedding Media in HTML

Embedding media files into web pages have been a challenge for web designers for years. Different platforms default to different MIME types and use different helper applications to play the media. That is the reason why many have gone to using Flash. Flash is installed in 98% of machines that surf the internet. Embedding media in Flash is an easy way of creating one solution for the vast majority of visitors to your site and thereby ensuring a consistent user experience. Still, some prefer not to use Flash, or need multiple versions of a page to support mobile devices that do not support Flash – the iPhone for example.

Below are several resources that may clear things up. While the EMBED tag has been used for years, the W3C recommends the usage of the OBJECT tag.