<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<figure>
<!-- WMP 7+ API for IE or for Netscape-compatible browsers using the Firefox WMP plug-in (That also uses the 7+ api) -->
<object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" type="application/x-ms-wmp" width="320" height="240">
<param name="url" value="file.wmv">
<param name="autostart" value="false">
<!-- WMP 6.4 API for IE or for Netscape-compatible browsers using the Netscape 6.4 WMP plug-in -->
<!-- Assumes application/x-mplayer2 is handled by the Netscape 6.4 WMP plug-in and not the Firefox one -->
<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" type="application/x-mplayer2" width="320" height="240">
<param name="filename" value="file.wmv">
<param name="autostart" value="0">
<!-- Load the file with the VideoLan ActiveX or Mozilla plug-in using the Version 2 API -->
<object classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" type="application/x-vlc-plugin" width="320" height="240">
<param name="version" value="VideoLAN.VLCPlugin.2">
<param name="mrl" value="file.wmv">
<!-- Try loading the file with anything that says it can handle it -->
<object type="video/x-ms-wmv" data="file.wmv" width="320" height="240">
Giving up: Embedding <a href="file.wmv">file.wmv</a> failed.
</object>
</object>
</object>
</object>
<legend>Plug-in markup is too clean and simple</legend>
</figure>
</body>
</html>