so it looks like safari will play h.264 or .mp4 video format but FF will only play .ogv files without flash.
cananyone suggest the most direct way to convert mp4 files to ogv format pleaseHTML Code:<video> <source src="assets/dizzy.mp4" /> <source src="assets/dizzy.ogv" /> </video>
Bookmarks