How to convert MOV to SWF for uploading on your website?

Do you like using Quick Time Player, because it can support Mac and Windows OS? If yes, you must like MOV format videos too, as this format is also developed by Apple and it has high quality. But in order to upload you video on your website, you have to convert your MOV to SWF format.

Here please let me recommend you the best application – Moyea Flash Video MX Pro to help you converting MOV to SWF. And this article will teach you how to use Flash Video MX Pro to convert MOV to SWF.


Step1. Download and launch this software.

After you launched it and imported your MOV file, you can see this interface:


Here you also can edit your MOV file, like trimming and cropping, add watermark, add CuePoint or capture a snapshot. This software provides you two ways to add watermark: add text watermark and image watermark.



Step2. Convert MOV to SWF.

Press Next, you can see this interface.


This software allows you to generate a FLV file, a SWF file and a HTML file (If you want to upload the Flash movie on your website, please notice to put all these three files in the same folder). But if you just want the SWF file, you can select Generate Flash (SWF)> Embed the video in SWF and Play in timeline. The program outputs FLV file by default.

P.S. If you not select Generate Flash video (FLV), it will choose Embed the video in SWF and Play in timeline automatically.

Step3. Add player and preloader.

Press Next, when you see this interface, that means you can add beautiful player skins and special effects on your video. These beautiful things can make your website bright.


Step4. Convert.

Continue press Next, and you can see the final interface. Here just press start, and wait a few minutes you can get your SWF file.



How to embed SWF file into an HTML page?

You can code the page like the following:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/

pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="720" height="555">
<param name="movie" value="mflvplayer.swf">
<param name="quality" value="high">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="True" />
<embed src="mflvplayer.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"

type="application/x-shockwave-flash" width="720" height="555" allowScriptAccess="sameDomain" allowFullScreen="True">
</embed>
</object>

Well, have you noticed the mflvplayer.swf in blue? Replace it with the SWF file you generated. Here you can also type in the URL of the SWF, such as http://www.myhomepage.com/mflvplayer.swf
The width="720" height="555" in black indicates the width and the height of your video.
You can add or reset the param name values to configure the video.

At last, upload the generated SWF and FLV files to the same folder together with this page. And you can enjoy it on your webpage now!