How can I embed my own .mov in to a web page ?

前端 未结 1 975
攒了一身酷
攒了一身酷 2021-01-27 03:35

I just exported a .mov file from Final Cut Pro. I want to embed that video into my HTML. I tried :



        
      
      
      
1条回答
  •  情深已故
    2021-01-27 04:13

    First of all you can check the video format which are supported by html5 video tag from here. .mov format does not have support by any browser.

    So you need to do this with object tag. At your object tag you are using quicktime player plugin which is not exists on your browser. install quick time player plugin to your browser. if you using chrome check this

    0 讨论(0)
提交回复
热议问题