Video to Flash encoder

Back To DownloadAtoZ

Embed AVI movie into your website in minutes

If you want to embed AVI movie into your website easily and quickly, meanwhile brings you the clear output quality, and share with friends on Internet, this article is prepared for you specially.


Embed AVI movie into your website in minutesDo you want to embed AVI movie into your personal website? Do you want to share your favourite AVI movie into personal website and share with more friends?

Sothink Video Encoder for Adobe Flash is the just one you are looking for, which can help you to convert AVI movie to flash video FLV/SWF with high quality but smaller size for easily embedding to website.

Meanwhile, Sothink Video Encoder for Adobe Flash as the professional video to flash encoder, also enables you to embed other popular video movie to website, such as embed WMV video to my blog, and also upload your favourite video to hot video website and blog, including upload video files to MySpace, etc.


$45.00
Instant Delivery  





Added value for Sothink Video Encoder for Adobe Flash

Sothink Video Encoder for Adobe Flash can help you easily embed AVI movie to website within a few clicks, which also enables you to convert any popular video files to flash FLV/SWF for embed to 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 AVI movie into website?

Before embeding AVI movie to your personal website, you should first convert AVI movie to flash FLV/SWF, and then you can embed your favourite AVI movie to your website 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 AVI movie you want to embed to personal website.

Click "Select" to choose the AVI movie stored in your computer for embeding blog. Then add to the Video to flash encoder, you will get the original audio and video parameter of AVI movie prepared to embed to website.

Choose AVI movie for embedding into website

Tips: If you want to get clips of AVI movie to embed to website, you can click "Crop & Trim" for selecting segments of AVI movie and embed to website.

Crop and trim AVI movie you want to embed into website

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

Step3. Set the performance of flash video converted from AVI movie for embedding to your website.

There are both "Audio Settings" and "Video Settings" for outputting flash video converted from AVI movie for embedding to your website.

Output settings for embedding AVI movie into your website

Step4. Advanced setting for AVI movie into website embedding.

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

Andvanced output settings for AVI movie into website embedding

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

Step5. Start convert AVI movie to flash video for embeding to website.

Now the Video to flash Encoder automatically convert AVI movie to flash and auto-create the HTML page, just a few moments, you will get the flash video you want to embed to website.

Start convert AVI movie for embedding into website

Tips: embed the flash video converted from AVI movie to website.
(1) Open the flash HTML page created when you converting AVI movie;
(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.
 

Here is the solution guide for embedding AVI movie into your website, with Sothink Video Encoder for Adobe Flash, you can not only embed AVI movie into your own website, but also can convert any ohter popular video files to flash movie FLV/SWF for uploading to your website, hot video website and blog, etc.



$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