I've read other answers on here regarding this issue but none help. I'm trying to use the HTML5 video in Safari, but it just won't show up at all. For reference view: http://www.shaun-pelling.com/malagnini/index2.html - (the video is found on the slider at the top, just click the slider arrow left once).
It shows up fine in all other browsers but Safari.
htaccess file:
AddType video/mp4 mp4
order allow,deny
allow from all
satisfy any
AddType video/mp4 mp4 m4v
AddType audio/mp4 m4a
AddType video/ogg ogv
AddType audio/ogg ogg oga
AddType video/webm webm
HTML Code: