blank
 Greenville County SchoolsSchool and Teacher Webmasters
Resource Repository

Site Navigation

D. Michael Simmons > Embedding an MP4 Video

Below is an embedded mp4 video. It is important that you take careful note of the code in red as the height and width may affect whether the controller (Play/Pause) area shows up. Note the pathway to the mp4 file in shared documents. The path below points to the tread.mp4 file I have in my Shared Documents folder. You may adjust this pathway to the location of your file.

Please note the following areas in red that you will need to change. 

<object codebase="http://www.apple.com/qtactivex/qtplugin.cab" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="352" height="300">
<param name="src" value="/sites/msimmons/Shared Documents/tread.mp4" />
<param name="autoplay" value="false" />
<param name="controller" value="true" />
</object>