How to Put a Flash Video on Your Web Site

from wikiHow – The How to Manual That You Can Edit

If you want to put videos on your web site, what video format is the best choice? How to convert videos to this format? And how to put videos on Web using your own site not other video hosting service site like YouTube? This small how-to-do-it-step-by-step guide is going to help you with these questions.

Software Required

  1. Video Encoder for Adobe Flash
  2. JW FLV Player
  3. FLV Player

What is FLV and why choose FLV video format?

FLV (Flash Video) is a proprietary file format used to deliver video over the Internet via Adobe Flash Player (formerly known as Macromedia Flash Player) version 6, 7, 8, or 9.Recently FLV video format is the preferred and most popular video format for web video delivering. A number of notable Websites, such as YouTube, Google video and Reuters, use FLV format. FLV video is supported by all popular browsers (IE, Firefox, Safari, Opera…) and viewable on different operating systems (MacOS, Windows, and Linux). You just need a SWF file working as a media player with screen and playback controls, and embed Flash video in (or link it to) the SWF player to display the video on your web page.

Host the video on your own site

If you don’t want your video to be watermarked by YouTube or other video hosting website, you should convert your video yourself, and host the converted FLV video yourself. And you can specify the conversion settings freely (such as bitrate, sample rate, frame rate), so that you can get the FLV video with better quality.

Choose an appropriate Flash video converter and player

There are a number of video to FLV converters which you can find on the Internet ranging in price from free to over $100, such as Riva FLV converter (free), Sothink Video Encoder for Adobe Flash ($45), Geovid Video to flash Converter ($99.95), Sorenson Squeeze 4.5 ($249). Some converters can only convert video to FLV format, not providing Flash video player which is a SWF file you must have to play Flash video on the Web.
You can create a Flash video player yourself using Flash authoring tool, or you can download a free Flash video player directly (JW FLV Player is recommended). And some Flash video converters provide Flash video players. For example, the software Video Encoder for Adobe Flash I chose here, enables users to configure the conversion settings freely to get the ideal quality, and can create a Flash video player automatically with customizable playback control skins. The created Flash video player can auto-adapt to the video’s width, height and aspect ratio, thus the FLV video can be displayed without black bars (See the screenshot below). It’s very impressive!
YouTube Flash video player:
Flash player provided by Video Encoder for Adobe Flash:

Convert video to FLV format step by step

  • Step 1. Load the video

Launch Video Encoder for Adobe Flash. Click “Select…” and choose a video file that you want to convert.

  • Step 2. Edit the video

Click “Crop & Trim”, if you want to edit the source video. You can crop the video, if you want to remove the letterbox (i.e. the black bars), or just want a part of the picture. You can trim the video, if you just want to convert a certain duration of video.

  • Step 3. Configure the conversion settings

Select “User-defined” to enable yourself to customize the audio and video settings. And specify the audio setting and video settings properly. You can check the help file to find more detailed guidance.

  • Step 4. Specify output settings

Specify an output folder to save the created FLV and SWF files. Check both “Generate FLV” and “Generate SWF “.
If you want to create a SWF player which can play different FLV files dynamically, you should choose “Get the FLV path from a URL variable and play progressively”. Then you need to specify a URL variable name (in the right blank), then the created SWF player can get the FLV path from HTML code using this variable name.
Otherwise, you can simply choose “Play the created external FLV file progressively”.

  • Step 5. Choose skin for Flash video player

Select a color scheme and style you like. Choose “Classic (Black, Full)” for example. “Full” control panel provides all controls including Play, Pause, Fast forward/backward, Volume control, Mute, Elapsed Time and Duration.

  • Step 6. Start conversion

Click “Next” to start conversion. It will take a few minutes.
After the conversion finishes, open the output folder, then you can see the created “.flv” and “.swf” files. You can also use free software FLV Player to play the .flv video directly to see if its quality is good enough. If not, you need to convert the video again, and try some different conversion settings.

Put the FLV video on Web page

  • Step 1. Upload the created “.swf” file and the “.flv” video file to the same folder on your server. 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/.
  • Step 2. Add the following html code to your page and customize the relating parameters.

If you have chosen “Get the FLV path from a URL variable and play progressively” , then
add code:
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:
And customize the parameters:
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. 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.

Key steps summary

It is simple to put your video on your own site:
Step 1, convert your video to FLV format, and create a Flash video player for it;
Step 2, Upload the created files to your server, add the code to your webpage, and specify the right parameters.

Related wikiHows

Article provided by wikiHow, a wiki how-to manual. Please edit this article and find author credits at the original wikiHow article on How to Put a Flash Video on Your Web Site. All content on wikiHow can be shared under a Creative Commons license.