Video to Flash encoder

Back To DownloadAtoZ

Embed WMV video to blog easily

Desire to embed WMV video to your own blog? This article will give you the easiest way to embed WMV video to blog.


Embed WMV video to blog easilyDo you want to embed WMV video to personal blog? Want to share your favourite WMV video with much more friends on Internet via your own blog? This article will give you the easiest solution guide for embedding WMV video to blog.

Now, you should looking help from Sothink Video Encoder for Adobe Flash, which can help you to convert WMV video to flash FLV/SWF both for you to embed to blog directly. And you can set the video size, width and height of screen.

Meanwhile, Sothink Video Encoder for Adobe Flash as the professional video to flash encoder, not only can help you to embed WMV video to blog, but also other more popular video files, such as embed Quicktime video into my website, and so on.


$45.00
Instant Delivery  





Added value for Sothink Video Encoder for Adobe Flash

Sothink Video Encoder for Adobe Flash can help you easily embed WMV video to blog within a few clicks, which 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 WMV video to blog?

Before embeding WMV video to blog, you should first convert WMV video to flash FLV/SWF, and then you can embed WMV video to blog 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 WMV video you want to embed to blog.

Click "Select" to choose the WMV video 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 WMV video prepared to embed to blog.

Choose WMV video you want to embed to blog

Tips: If you want to get clips of WMV video to embed to blog, you can click "Crop & Trim" for selecting segments of WMV video and embed to blog.

Crop and trim WMV video you want to embed to blog

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

Step3. Set the performance of flash video converted from WMV for embedding to blog.

There are both "Audio Settings" and "Video Settings" for outputting flash video converted from WMV video.

Output settings for embedding WMV video to blog

Step4. Advanced setting for WMV video to blog embedding.

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

Andvanced output settings for WMV video to blog embedding

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

Step5. Start convert WMV video to flash video for embeding to blog.

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

Start embed WMV video to blog

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

Now with Sothink Video Encoder for Adobe Flash, you can convert WMV video to flash FLV/SWF and embed to your blog at once, meanwhile with high output quality.



$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