Hey, So im a self taught web designer. I may be making an amateur mistake, but i cannot figure this out. I have the video loading in Chrome and Firefox, but not in safari. The video source link will open and play the video in safari, but not when its in the body of my site.
<video width="700" height="401" controls="controls">
<source src="../movies/2011/PVS_Going to Work with Dad_HD_Final.mp4" type="video/mp4" />
<source src="../movies/2011/Pvs Going To Work With Dad Hd Final.ogv" type="video/ogg" />
<source src="movie.webm" type="video/webm" />
<object data="movie.mp4" width="700" height="401">
<embed src="../movies/2011/PVS_Going to Work with Dad_HD_Final.swf" width="700" height="401" />
</object>
</video>
<video width="700" height="401" controls="controls">
<source src="../movies/2011/PVS_Going to Work with Dad_HD_Final.mp4" type="video/mp4" />
<source src="../movies/2011/Pvs Going To Work With Dad Hd Final.ogv" type="video/ogg" />
<source src="movie.webm" type="video/webm" />
<object data="movie.mp4" width="700" height="401">
<embed src="../movies/2011/PVS_Going to Work with Dad_HD_Final.swf" width="700" height="401" />
</object>
</video>
Bookmarks