Short URL: http://html5.org/r/3809
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 3809 | <embed> example. | 2009-09-11 09:36 |
Index: source =================================================================== --- source (revision 3808) +++ source (revision 3809) @@ -21646,7 +21646,22 @@ </div> + <div class="example"> + <p>Here's a way to embed a resource that requires a proprietary + plug-in, like Flash:</p> + + <pre><embed src="catgame.swf"></pre> + + <p>If the user does not have the plug-in (for example if the + plug-in vendor doesn't support the user's platform), then the user + will be unable to use the resource.</p> + + </div> + + + + <h4>The <dfn><code>object</code></dfn> element</h4> <dl class="element">