Video to Flash encoder

Back To DownloadAtoZ

Embed MP4 video into HTML page

If you want to embed MP4 video into HTML page, this article must be worth of reading, which gives you the perfect solution for embedding MP4 video into HTML page.


Embed MP4 video into HTML pageHow to embed MP4 video into HTML page? There are many people ask this kind of question on google, because embed MP4 video into HTML page may occurs lots of problems, such as the output is not fluent, the video size is too large to upload, and so on. How to solve?

You can search help from Sothink Video Encoder for Adobe Flash, which enables you to convert MP4 video to flash FLV or SWF, which can be embed to HTML page directly with high quality but small size.

What's more, Sothink Video Encoder for Adobe Flash as the superb video to flash encoder, also enables you to convert other popular video to flash FLV/SWF, such as convert mpeg/mpg video to flash movie, and so on.


$45.00
Instant Delivery  





Why choose Sothink Video Encoder for Adobe Flash

Sothink Video Encoder for Adobe Flash is the professional video to flash encoder that can help you convert MP4 video to flash FLV/SWF for embedding into HTML page , and also enables you to convert any popular video files to flash FLV/SWF for embed to blog or other hot video website.
  • Provide you convert any popular video to flash FLV/SWF video.

    Sothink Video Encoder for Adobe flash allows you to convert different video files to flash video SWF/FLV, such as AVI, MPEG, MPG, MPE, DAT, VOB, WMV, ASF, ASX, MP4, MOV, 3GP, 3G2, 3GPP, DV, QT, RM, RMVB, etc to flash video SWF/FLV.

  • Versatile features set

    This utility enables you to trim and crop video for conversion, and enables you set the frame rate and much more.

  • Auto-create and customize a HTML page for the created SWF file.

    Provides you to generate a HTML page, and you can also set a URL for the browser to open the HTML page when the flash Video is clicked or the playback is finished.



Get full version ($45.00)




How to embed MP4 video into HTML page?

Before embeding MP4 video into HTML page, you should first convert MPE video to flash FLV/SWF, and then you can embed your favourite MP4 video into HTML page directly. If you want to get the 100% features, you may order it ($45.00).

Step1. Install Sothink Video Encoder for Adobe Flash, and get to the main interface.

Make sure that you have installed Sothink Video Encoder for Adobe flash correctly, and then you will enter to the interface.

Install Sothink Video Encoder for Adobe Flash

If you want to see more video files that Sothink Video Encoder for Adobe flash supports, you can click "View supported video formats" for looking more.

Formats supported by Sothink Video Encoder for Adobe Flash

Step2. Select MP4 video you want to embed into HTML page.

Click "Select" to choose the MP4 video stored in your computer for embeding into HTML page. Then add to the Video to flash encoder, you will get the original audio and video parameter of MP4 video prepared to embed into HTML page.

Choose MP4 video you want embed into HTML page

Tips: If you want to get clips of MP4 video to embed into HTML page, you can click "Crop & Trim" for selecting segments of MP4 video and embed into HTML page.

Crop and trim MP4 video you want embed into HTML page

You can set the starting and ending time of the MP4 video clips, and edit directly, and then click "OK" to continue.

Step3. Set the performance of flash video converted from MP4 video for embedding into HTML page.

There are both "Audio Settings" and "Video Settings" for outputting flash video converted from MP4 video for embedding into HTML page.

Output settings for embedding MP4 video into HTML page

Step4. Advanced setting for MP4 video into HTML page embedding.

You can set where to store flash video converted from MP4 video, whether to generate HTML pages and SWF files, and much more.

Andvanced output settings for MP4 video into HTML page embedding

Tips: You may choose "Generate HTML" and then the utility will auto-make the HTML page that contains flash video files converted from MP4 video for embeding into website.

Step5. Start convert MP4 video to flash video for embeding into website.

Now the Video to flash Encoder automatically convert MP4 video to flash for embedding into HTML page and auto-create the HTML page, just a few moments, you will get the flash video converted from MP4 video you want to embed into HTML page.

Start embed MP4 video into HTML page

Tips: embed MP4 video into HTML page.
(1) Open the flash HTML page created when you converting MP4 video;
(2) Open your website and choose where you want to place your video;
(3) Copy the code from flash HTML page to your website.
For example, if you want to show the video on http://www.myhomepage.com/index.htm, then upload the ".swf" and ".flv" files together to the path http://www.myhomepage.com/

If you have chosen "Get the FLV path from a URL variable and play progressively" , then
add code:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/
cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="300"
id="flashvideoplayer.swf" align="middle">
         <param name="allowScriptAccess" value="sameDomain">
         <param name="movie"
                  value="http://www.myhomepage.com/flashvideoplayer.swf?
                  flv=http://www.myhomepage.com/myvideofile.flv">
         <param name="quality" value="high">
         <param name="bgcolor" value="#ffffff">
<embed src="http://www.myhomepage.com/flashvideoplayer.swf?
                  flv=http://www.myhomepage.com/myvideofile.flv" quality="high" bgcolor="#ffffff" width="400" height="300" name="flashvideoplayer.swf"
align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</object>

And customize the parameters:
Replace "myvideofile.flv" with your FLV filename;
Replace "flashvideoplayer.swf" with your SWF filename;
Replace "http://www.myhomepage.com/" with your own address;
Replace the "width" and "height" with your flv file's width and height. Specify the "quality" and "bgcolor" as you want.
In the code above, flv is just the URL variable name that you should have specified before conversion. The player can automatically get the URL variable's value (http://www.myhomepage.com/myvideofile.flv), and play the Flash Video.




If you have chosen "Play the created external FLV file progressively ", then
add code:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/
cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="300"
id="flashvideoplayer.swf" align="middle">
         <param name="allowScriptAccess" value="sameDomain">
         <param name="movie"
                  value="http://www.myhomepage.com/flashvideoplayer.swf">
         <param name="quality" value="high">
         <param name="bgcolor" value="#ffffff">
         <embed src="http://www.myhomepage.com/flashvideoplayer.swf" quality="high" bgcolor="#ffffff" width="400" height="300" name="flashvideoplayer.swf" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</object>

And customize the parameters:
Replace "flashvideoplayer.swf" with your SWF filename;
Replace "http://www.myhomepage.com/" with your own address;
And replace the "width" and "height" with your flv file's width and height. Specify the "quality" and "bgcolor" as you want. The Flash video player has the ".flv" file's URL when it is created. So you don't need to specify it in the code.
 

With Sothink Video Encoder for Adobe Flash, you can not only easily convert MP4 video into HTML page, but also can convert other popular video files to flash movie FLV/SWF with high output quality but smaller size, for you to embed to HTML page, personal website, and uploading to hot video website and blog.



$45.00
Try for free






Awards
Video to Flash Encoder - downloadatoz
Video to Flash Encoder - softforall
Video to Flash Encoder - download.com
Video to Flash Encoder - pcworld
Video to Flash Encoder - 5cup


Guides