How to Embed MOV in Firefox Syntax
MOV is the name of a file format used by the QuickTime application from Apple, Inc. MOV files contain compressed movies that can either be played directly in QuickTime or can be embedded into webpages. When embedded into a page, visitors can play MOV video files without leaving your site. You can embed a MOV file into a page on your website by using a specific hypertext markup language tag.
Instructions
-
-
1
Open your page's source code file into a text editor, such as Notepad or a regular HTML editor.
-
2
Copy-and-paste the following code into the page at the place where you want to embed the video:
<embed src="yourfile.mov" Pluginspage="http://www.apple.com/quicktime/" width="250" height="200" CONTROLLER="true" LOOP="false" AUTOPLAY="false"></embed> -
-
3
Replace "yourfile.mov" with the actual file name of your MOV file and change the "Width" and "Height" values to reflect the size of your video.
-
4
Click on "File" and select "Save."
-
5
Upload both files to your website.
-
1