Video to Flash encoder

Back To DownloadAtoZ

 

Embed movie into flash site

Easily and perfectly to embed movies into flash site

Question: How to embed movie into flash site?
Embed movie into flash site"I want to embed my favorite movies into a flash site, but I search the solution way in google, there is not one can satisfy me, and tell how to embed movie into flash site easily. Any one can help me? Thanks! "

Answer: Sothink Video Encoder for Adobe Flash is the best one can help you.
On this occasion, you need a third-party utility to help you to embed movie into flash site, and Sothink Video Encoder for Adobe Flash is the just one you are looking for I promise.

What's more, as the perfect video to flash encoder, Sothink Video Encoder for Adobe Flash not only can embed movie into flash site, but also can help you to auto create flash video player for website automatically and quickly.

$45.00
Instant Delivery  





Reason to choose Sothink Video Encoder for Adobe Flash


  • 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 movie into flash site?

Sothink Video Encoder for Adobe Flash can help you to convert any popular movie video to flash FLV/SWF, and enables you to embed these movie video to flash site 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 movie video 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 the movie you want to embed into flash site.

Click "Select" to choose the movie video stored in your computer you want to embed to flash site. Then add to the Video to flash encoder, you will get the original audio and video parameter of movie video prepared to embed into flash site.

Choose movie  you want to embed to flash site

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

Crop and trim movie  you want to embed to flash site

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

Step3. Set the performance for embedding movie to flash site.

There are both "Audio Settings" and "Video Settings" for outputting flash converted from movie for embedding to flash site.

Output settings for embedding movie into flash site

Step4. Advanced setting for embedding movie to flash site.

You can set where to store flash video you want to embed to flash site, whether to generate SWF files, and much more.

Andvanced output settings for movie to flash site embedding

Tips: You may choose "Generate HTML" and then the utility will auto-make the HTML page that contains flash video you want to embed to flash site.

Step5. Start convert flash video from movie for embedding to flash site.

Now Sothink Video Encoder for Adobe Flash automatically create flash video from movie for embedding to flash site, just a few moments for you to wait.

Start convert for embedding movie into flash site

Tips: Embed flash video converted from movie to flash site.
(1) Open the flash HTML page contains flash video converted from 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.
 

And now, you can get the flash site that contains the movie you want to embedded into. With Sothink Video Encoder for Adobe Flash, you can easily rich your flash site by embedding movie into, and with any effects you like.



$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