165
edits
| Line 143: | Line 143: | ||
2. Add the following mark-up to reference the video: | 2. Add the following mark-up to reference the video: | ||
<code> | |||
<div id="video-player" class="mozilla-video-control"> | |||
<video | |||
id="video" | |||
width="640" | |||
height="360" | |||
controls="controls" preload="metadata" | |||
poster="/img/covehead/video/poster-brand.jpg" | |||
src="http://videos-cdn.mozilla.net/brand/Mozilla_Firefox_Manifesto_v0.2_640.webm"> | |||
</video> | |||
</div> | |||
</code> | |||
== Debugging: Why Isn't My Custom Report Populating??? == | == Debugging: Why Isn't My Custom Report Populating??? == | ||
edits