MP4 and nested JPG using the tags <video poster='http://www.personal.psu.edu/drs18/myJPEG.jpg' width="352" height="288" > <source title='http://www.personal.psu.edu/drs18/myVideo.mp4' width="352" height="288" type='video/mp4' /></video>
MOV using the tag and attribute <video src="http://www.personal.psu.edu/drs18/myVideo.mov" controls="controls" width="352" height="288"> </video>
MP4 using the tag and attribute <video src="http://www.personal.psu.edu/drs18/myVideo.mp4" controls="controls" width="352" height="288"> </video>
FLV using the tag and attribute <video src="http://www.personal.psu.edu/drs18/myVideo.flv" controls="controls" width="352" height="288"> </video>
FLV using the tag and attribute as above, however the url is to an FLV on the Flash Streaming Server and uses rtmp instead of http:
MOV using the tag and attribute <video src="http://www.personal.psu.edu/drs18/myVideo.mov" controls="controls" width="352" height="288"> </video>
MP4 using the tag and attribute <video src="http://www.personal.psu.edu/drs18/myVideo.mp4" controls="controls" width="352" height="288"> </video>
FLV using the tag and attribute <video src="http://www.personal.psu.edu/drs18/myVideo.flv" controls="controls" width="352" height="288"> </video>
FLV using the tag and attribute as above, however the url is to an FLV on the Flash Streaming Server and uses rtmp instead of http: