Video test page

In iMovie - When finished > Share > to File > then open in QuickTime > File > Export > to 480 and the location for the movie to be saved (In the same folder as the script)


Here is the script to insert and play the video; <video id="sampleMovie" src="DesertTrip2011.m4v" controls=""></video>

Note - DesertTrip2011.m4v is the file name that needs to changed to whatever you named your video file.

Here is the script for the entire page;


<html>

<head>

<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">

<title>Video Test Page</title>

</head>

<body>

Video test page

<br> <p> </p> <p>

<video id="sampleMovie" src="DesertTrip2011.m4v" controls="">

</video>


</p> </body></html>