video - What's the correct way of adding a .mov file to a webpage? -


i've been having around , can't understand why not working ;)

my code (testfile)

<!doctype html> <html>    <head>         <title></title>   </head>       <body>         <video controls="controls" width="800" height="600" name="video-name" src="video/cloisterarch.mov"></video>       </body>     </html> 

when open file on chrome, video there, , can hear audio, it's white screen play/pause , volume buttons, missing?

a .mov file movie in quicktime format. video , audio can encoded using different codecs. depending on codec used , depending on browser , operation system, video or audio might not play.

the quicktime format isn't supported. better off converting different format such .mp4 (mpeg-4).

the best solution convert video several different formats , resolutions , let browser pick suitable one.


Comments

Popular posts from this blog

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -